File r878756.diff of Package kdebase4-runtime
Subject:
From: wstephenson@suse.de
Bug:
Patch-upstream: 878756
--- kstyles/oxygen/oxygen.cpp (revision 878755)
+++ kstyles/oxygen/oxygen.cpp (revision 878756)
@@ -2129,7 +2129,7 @@ void OxygenStyle::drawKStylePrimitive(Wi
p->drawRect(r.adjusted(0,0,-1,-1));
}
// we don't want the stippled focus indicator in oxygen
- if (!widget->inherits("Q3ListView"))
+ if (!widget || !widget->inherits("Q3ListView"))
return;
}
Index: kstyles/oxygen/oxygen.cpp
===================================================================