Advertisement
Guest User

ihatethecashew-kde-46-fix

a guest
Feb 2nd, 2011
987
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.49 KB | None | 0 0
  1. --- ihtc.cpp.orig   2009-12-17 20:20:27.000000000 +0100
  2. +++ ihtc.cpp    2011-02-02 11:45:35.567271213 +0100
  3. @@ -116,7 +116,7 @@
  4.      foreach (QGraphicsItem *kid, desktop->childItems())
  5.      {
  6.          o = dynamic_cast<QObject*>(kid);
  7. -        if (o && o->inherits("Plasma::ToolBox") || o->inherits("Plasma::DesktopToolBox"))
  8. +        if (o && o->inherits("Plasma::ToolBox") || o->inherits("Plasma::DesktopToolBox") || o->inherits("DesktopToolBox"))
  9.              return kid;
  10.      }
  11.      return 0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement