Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 330509
Collapse All | Expand All

(-)work/systemsettings-4.5.4/kcontrol/krdb/krdb.cpp (+2 lines)
Lines 93-98 Link Here
93
   QLatin1String systemGtkrc = QLatin1String(sysGtkrc(version));
93
   QLatin1String systemGtkrc = QLatin1String(sysGtkrc(version));
94
   if (!list.contains(systemGtkrc))
94
   if (!list.contains(systemGtkrc))
95
      list.prepend(systemGtkrc);
95
      list.prepend(systemGtkrc);
96
   if (!list.contains("/etc/gtk-2.0/x86_64-pc-linux-gnu/gtkrc"))
97
      list.prepend("/etc/gtk-2.0/x86_64-pc-linux-gnu/gtkrc");
96
   list.removeAll(gtkkde);
98
   list.removeAll(gtkkde);
97
   list.append(gtkkde);
99
   list.append(gtkkde);
98
   if (!active)
100
   if (!active)

Return to bug 330509