r10727 - in /desktop/unstable/gtk+2.0/debian: changelog patches/15_default-fallback-icon-theme.patch patches/series

lool at users.alioth.debian.org lool at users.alioth.debian.org
Thu May 3 19:27:44 UTC 2007


Author: lool
Date: Thu May  3 19:27:43 2007
New Revision: 10727

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10727
Log:
* New patch, 15_default-fallback-icon-theme, sets the default
  gtk-fallback-icon-theme to "gnome".

Added:
    desktop/unstable/gtk+2.0/debian/patches/15_default-fallback-icon-theme.patch
Modified:
    desktop/unstable/gtk+2.0/debian/changelog
    desktop/unstable/gtk+2.0/debian/patches/series

Modified: desktop/unstable/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/changelog?rev=10727&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog (original)
+++ desktop/unstable/gtk+2.0/debian/changelog Thu May  3 19:27:43 2007
@@ -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 at 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.

Added: desktop/unstable/gtk+2.0/debian/patches/15_default-fallback-icon-theme.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/patches/15_default-fallback-icon-theme.patch?rev=10727&op=file
==============================================================================
--- desktop/unstable/gtk+2.0/debian/patches/15_default-fallback-icon-theme.patch (added)
+++ desktop/unstable/gtk+2.0/debian/patches/15_default-fallback-icon-theme.patch Thu May  3 19:27:43 2007
@@ -1,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);

Modified: desktop/unstable/gtk+2.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/patches/series?rev=10727&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/patches/series (original)
+++ desktop/unstable/gtk+2.0/debian/patches/series Thu May  3 19:27:43 2007
@@ -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




More information about the pkg-gnome-commits mailing list