diff options
Diffstat (limited to 'x11-misc/icecc/files/icecc-2.2.patch')
-rw-r--r-- | x11-misc/icecc/files/icecc-2.2.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-misc/icecc/files/icecc-2.2.patch b/x11-misc/icecc/files/icecc-2.2.patch new file mode 100644 index 000000000000..855431abf148 --- /dev/null +++ b/x11-misc/icecc/files/icecc-2.2.patch @@ -0,0 +1,11 @@ +--- icecc/icecc.cpp 2003-04-03 22:48:22.000000000 +0200 ++++ icecc/icecc.cpp.new 2003-04-14 11:27:47.000000000 +0200 +@@ -49,7 +49,7 @@ + themeBrowser(0), + icewmCfgDir(getenv("ICEWM_PRIVCFG")), + aTools(COUNTTOOLS), +-themeDir("/usr/local/share/icecc/themes/") ++themeDir("/usr/share/icecc/themes/") + { + setCaption(tr("IceWM Control Center " VERSION)); + |