initial commit
This commit is contained in:
11
kde-misc/ihatethecashew/files/kde-4.6-compat.patch
Normal file
11
kde-misc/ihatethecashew/files/kde-4.6-compat.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- ihtc.cpp.orig 2009-12-17 20:20:27.000000000 +0100
|
||||
+++ ihtc.cpp 2011-02-02 11:45:35.567271213 +0100
|
||||
@@ -116,7 +116,7 @@
|
||||
foreach (QGraphicsItem *kid, desktop->childItems())
|
||||
{
|
||||
o = dynamic_cast<QObject*>(kid);
|
||||
- if (o && o->inherits("Plasma::ToolBox") || o->inherits("Plasma::DesktopToolBox"))
|
||||
+ if (o && o->inherits("Plasma::ToolBox") || o->inherits("Plasma::DesktopToolBox") || o->inherits("DesktopToolBox"))
|
||||
return kid;
|
||||
}
|
||||
return 0;
|
Reference in New Issue
Block a user