01d94fafe9
ok alek@ I'd like to use this commit to say thanks to: Aleksander Piotrowski (alek@) Martynas Venckus (martynas@) Steven Mestdagh (steven@) Mikolaj Kucharski (mikolaj.kucharski@gmail.com) for testing, sending and commenting on the diffs to update our Gnome to 2.18 (still some more commits coming)
23 lines
823 B
Plaintext
23 lines
823 B
Plaintext
$OpenBSD: patch-libgnome-desktop_gnome-desktop-item_c,v 1.8 2007/05/12 16:13:17 jasper Exp $
|
|
--- libgnome-desktop/gnome-desktop-item.c.orig Tue Apr 10 22:08:23 2007
|
|
+++ libgnome-desktop/gnome-desktop-item.c Thu Apr 19 22:58:52 2007
|
|
@@ -2508,13 +2508,13 @@ init_kde_dirs (void)
|
|
#define ADD_DIRS(color,size) \
|
|
dirname = g_build_filename (kde_icondir, #color, \
|
|
#size "x" #size , NULL); \
|
|
- color ## _kde_ ## size = add_dirs (NULL, dirname); \
|
|
+ hicolor_kde_ ## size = add_dirs (NULL, dirname); \
|
|
g_free (dirname);
|
|
|
|
- ADD_DIRS (hicolor, 48);
|
|
- ADD_DIRS (hicolor, 32);
|
|
- ADD_DIRS (hicolor, 22);
|
|
- ADD_DIRS (hicolor, 16);
|
|
+ ADD_DIRS (default.kde, 48);
|
|
+ ADD_DIRS (default.kde, 32);
|
|
+ ADD_DIRS (default.kde, 22);
|
|
+ ADD_DIRS (default.kde, 16);
|
|
|
|
/* XXX: maybe we don't care about locolor
|
|
ADD_DIRS (locolor, 48);
|