* New patch, 15_default-fallback-icon-theme, sets the default
gtk-fallback-icon-theme to "gnome".
This commit is contained in:
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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
|
gtk+2.0 (2.10.12-1) unstable; urgency=low
|
||||||
|
|
||||||
* Bump Conflicts to gtk-im-libthai <= 0.1.4-2.
|
* Bump Conflicts to gtk-im-libthai <= 0.1.4-2.
|
||||||
|
13
debian/patches/15_default-fallback-icon-theme.patch
vendored
Normal file
13
debian/patches/15_default-fallback-icon-theme.patch
vendored
Normal 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);
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -6,6 +6,7 @@
|
|||||||
008_implicit_pointer_conversion_gdkgc_directfb.patch
|
008_implicit_pointer_conversion_gdkgc_directfb.patch
|
||||||
011_directfb-build-fixes-from-head.patch
|
011_directfb-build-fixes-from-head.patch
|
||||||
013_gdkproperty-directfb-strdup.patch
|
013_gdkproperty-directfb-strdup.patch
|
||||||
|
15_default-fallback-icon-theme.patch
|
||||||
020_immodules-files-d.patch
|
020_immodules-files-d.patch
|
||||||
021_loader-files-d.patch
|
021_loader-files-d.patch
|
||||||
#025_dfb-window-destroy-leak.patch
|
#025_dfb-window-destroy-leak.patch
|
||||||
|
Reference in New Issue
Block a user