r11518 - in /desktop/experimental/gtk+2.0/debian: changelog patches/040_filechooser_single-click.patch

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Jun 14 00:15:21 UTC 2007


Author: joss
Date: Thu Jun 14 00:15:19 2007
New Revision: 11518

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11518
Log:
It's good when a patch applies, it's better when it builds.

Modified:
    desktop/experimental/gtk+2.0/debian/changelog
    desktop/experimental/gtk+2.0/debian/patches/040_filechooser_single-click.patch

Modified: desktop/experimental/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/changelog?rev=11518&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/changelog (original)
+++ desktop/experimental/gtk+2.0/debian/changelog Thu Jun 14 00:15:19 2007
@@ -1,7 +1,7 @@
 gtk+2.0 (2.11.2-2) UNRELEASED; urgency=low
 
   * 040_filechooser_single-click.patch: fix the patch to apply cleanly 
-    again, and enable it. (Untested yet; use at your own risk!)
+    again, and enable it.
 
  -- Josselin Mouette <joss at debian.org>  Wed, 13 Jun 2007 20:37:07 +0200
 

Modified: desktop/experimental/gtk+2.0/debian/patches/040_filechooser_single-click.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/patches/040_filechooser_single-click.patch?rev=11518&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/patches/040_filechooser_single-click.patch (original)
+++ desktop/experimental/gtk+2.0/debian/patches/040_filechooser_single-click.patch Thu Jun 14 00:15:19 2007
@@ -4,7 +4,7 @@
 Index: gtk+-2.11.2/gtk/gtkfilechooserdefault.c
 ===================================================================
 --- gtk+-2.11.2.orig/gtk/gtkfilechooserdefault.c	2007-06-06 13:43:08.000000000 +0200
-+++ gtk+-2.11.2/gtk/gtkfilechooserdefault.c	2007-06-13 20:35:28.276504667 +0200
++++ gtk+-2.11.2/gtk/gtkfilechooserdefault.c	2007-06-14 02:10:53.595381229 +0200
 @@ -389,10 +389,6 @@
  
  static void filter_combo_changed       (GtkComboBox           *combo_box,
@@ -31,7 +31,7 @@
 +
 +  if (gtk_tree_selection_get_selected(selection, NULL, &iter))
 +    {
-+      gtk_tree_model_filter_convert_iter_to_child_iter (GTK_TREE_MODEL_FILTER (impl->shortcuts_filter_model),
++      gtk_tree_model_filter_convert_iter_to_child_iter (GTK_TREE_MODEL_FILTER (impl->shortcuts_pane_filter_model),
 +							&child_iter,
 +							&iter);
 +      shortcuts_activate_iter (impl, &child_iter);




More information about the pkg-gnome-commits mailing list