File: 04_no_kde4_in_configfile.diff

package info (click to toggle)
gtk-qt-engine 1%3A1.1%2Bsvn5-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 664 kB
  • ctags: 417
  • sloc: cpp: 2,113; ansic: 1,472; makefile: 16; sh: 10
file content (26 lines) | stat: -rw-r--r-- 781 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Description: Get rid of the "4" in kde to make it work coherently
Origin: vendor
Author: Didier Raboud <didier@raboud.com>
Bug: http://bugs.debian.org/527340
Last-Update: 2009-05-18

--- a/kcm_gtk/kcmgtk.cpp
+++ b/kcm_gtk/kcmgtk.cpp
@@ -37,7 +37,7 @@
 #include <sys/stat.h>
 
 
-const QString KcmGtk::k_gtkRcFileName(QDir::homePath() + "/.gtkrc-2.0-kde4");
+const QString KcmGtk::k_gtkRcFileName(QDir::homePath() + "/.gtkrc-2.0-kde");
 const QString KcmGtk::k_envFileName(KGlobal::dirs()->localkdedir() + "/env/gtk-qt-engine.rc.sh");
 const QString KcmGtk::k_qtThemeName("Qt4");
 
@@ -112,7 +112,7 @@ void KcmGtk::updateFontPreview()
 
 void KcmGtk::save()
 {
-	// Write ~/.gtkrc-2.0-kde4
+	// Write ~/.gtkrc-2.0-kde
 	m_gtkRc->save();
 	
 	// Write ~/.kde/env/gtk-qt-engine.rc.sh