r37438 - in /desktop/experimental/gnome-terminal/debian: changelog patches/10_crash_profiles.patch patches/series

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat Mar 30 19:40:04 UTC 2013


Author: pochu
Date: Sat Mar 30 19:40:03 2013
New Revision: 37438

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37438
Log:
  + debian/patches/10_crash_profiles.patch:
    - New patch. Fix a crash when opening the profile editor.

Added:
    desktop/experimental/gnome-terminal/debian/patches/10_crash_profiles.patch
Modified:
    desktop/experimental/gnome-terminal/debian/changelog
    desktop/experimental/gnome-terminal/debian/patches/series

Modified: desktop/experimental/gnome-terminal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-terminal/debian/changelog?rev=37438&op=diff
==============================================================================
--- desktop/experimental/gnome-terminal/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-terminal/debian/changelog [utf-8] Sat Mar 30 19:40:03 2013
@@ -19,6 +19,8 @@
     + debian/control.in:
       - Add build dependency on desktop-file-utils.
       - Bump libdconf-dev build dependency to pick the new soname.
+    + debian/patches/10_crash_profiles.patch:
+      - New patch. Fix a crash when opening the profile editor.
 
  -- Andreas Henriksson <andreas at fatal.se>  Fri, 15 Mar 2013 23:02:43 +0100
 

Added: desktop/experimental/gnome-terminal/debian/patches/10_crash_profiles.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-terminal/debian/patches/10_crash_profiles.patch?rev=37438&op=file
==============================================================================
--- desktop/experimental/gnome-terminal/debian/patches/10_crash_profiles.patch (added)
+++ desktop/experimental/gnome-terminal/debian/patches/10_crash_profiles.patch [utf-8] Sat Mar 30 19:40:03 2013
@@ -1,0 +1,18 @@
+Workaround for https://bugzilla.gnome.org/show_bug.cgi?id=696921
+
+--- a/src/profile-editor.c
++++ b/src/profile-editor.c
+@@ -986,11 +986,11 @@
+                    TERMINAL_PROFILE_USE_CUSTOM_DEFAULT_SIZE_KEY,
+                    gtk_builder_get_object (builder, "default-size-hbox"),
+                    "sensitive", G_SETTINGS_BIND_GET);
+-  g_settings_bind_writable (profile,
++  /*g_settings_bind_writable (profile,
+                             TERMINAL_PROFILE_PALETTE_KEY,
+                             gtk_builder_get_object (builder, "palette-box"),
+                             "sensitive",
+-                            FALSE);
++                            FALSE);*/
+ 
+   terminal_util_bind_mnemonic_label_sensitivity (editor);
+ 

Modified: desktop/experimental/gnome-terminal/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-terminal/debian/patches/series?rev=37438&op=diff
==============================================================================
--- desktop/experimental/gnome-terminal/debian/patches/series [utf-8] (original)
+++ desktop/experimental/gnome-terminal/debian/patches/series [utf-8] Sat Mar 30 19:40:03 2013
@@ -1,1 +1,2 @@
 01_onlyshowin.patch
+10_crash_profiles.patch




More information about the pkg-gnome-commits mailing list