* New patch, 15_default-fallback-icon-theme, sets the default

gtk-fallback-icon-theme to "gnome".
This commit is contained in:
Loïc Minier
2007-05-03 19:27:43 +00:00
parent 6da68a1176
commit 94266cfae6
3 changed files with 21 additions and 0 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
gtk+2.0 (2.10.12-2) UNRELEASED; urgency=low
* New patch, 15_default-fallback-icon-theme, sets the default
gtk-fallback-icon-theme to "gnome".
-- Loic Minier <lool@dooz.org> Thu, 03 May 2007 21:26:54 +0200
gtk+2.0 (2.10.12-1) unstable; urgency=low
* Bump Conflicts to gtk-im-libthai <= 0.1.4-2.

View File

@ -0,0 +1,13 @@
Index: gtk+2.0-2.10.12/gtk/gtksettings.c
===================================================================
--- gtk+2.0-2.10.12.orig/gtk/gtksettings.c 2007-05-03 21:26:35.000000000 +0200
+++ gtk+2.0-2.10.12/gtk/gtksettings.c 2007-05-03 21:26:40.000000000 +0200
@@ -247,7 +247,7 @@
g_param_spec_string ("gtk-fallback-icon-theme",
P_("Fallback Icon Theme Name"),
P_("Name of a icon theme to fall back to"),
- NULL,
+ "gnome",
GTK_PARAM_READWRITE),
NULL);
g_assert (result == PROP_FALLBACK_ICON_THEME);

View File

@ -6,6 +6,7 @@
008_implicit_pointer_conversion_gdkgc_directfb.patch
011_directfb-build-fixes-from-head.patch
013_gdkproperty-directfb-strdup.patch
15_default-fallback-icon-theme.patch
020_immodules-files-d.patch
021_loader-files-d.patch
#025_dfb-window-destroy-leak.patch