r29427 - in /desktop/unstable/gtk+2.0/debian: changelog patches/006_filechooser_remote.patch patches/series
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Fri Aug 19 18:20:39 UTC 2011
Author: joss
Date: Fri Aug 19 18:20:38 2011
New Revision: 29427
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29427
Log:
006_filechooser_remote.patch: patch from Michal Suchanek to allow
entering non-local URIs in the file chooser. Closes: #629423.
Added:
desktop/unstable/gtk+2.0/debian/patches/006_filechooser_remote.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=29427&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/changelog [utf-8] Fri Aug 19 18:20:38 2011
@@ -1,3 +1,10 @@
+gtk+2.0 (2.24.5-5) UNRELEASED; urgency=low
+
+ * 006_filechooser_remote.patch: patch from Michal Suchanek to allow
+ entering non-local URIs in the file chooser. Closes: #629423.
+
+ -- Josselin Mouette <joss at debian.org> Fri, 19 Aug 2011 20:20:13 +0200
+
gtk+2.0 (2.24.5-4) unstable; urgency=low
[ Steve Langasek ]
Added: desktop/unstable/gtk+2.0/debian/patches/006_filechooser_remote.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/patches/006_filechooser_remote.patch?rev=29427&op=file
==============================================================================
--- desktop/unstable/gtk+2.0/debian/patches/006_filechooser_remote.patch (added)
+++ desktop/unstable/gtk+2.0/debian/patches/006_filechooser_remote.patch [utf-8] Fri Aug 19 18:20:38 2011
@@ -1,0 +1,22 @@
+From 5afa001a8dfb97464a1c0e4395966feb1a4153a5 Mon Sep 17 00:00:00 2001
+From: Michal Suchanek <hramrach at gmail.com>
+Date: Wed, 08 Jun 2011 21:24:48 +0000
+Subject: bgo#652045 - Initialize local_only in GtkFileChooserEntry
+
+This has to be done also when we switch to the entry, otherwise completion for
+non-local URIs won't work.
+---
+diff --git a/gtk/gtkfilechooserdefault.c b/gtk/gtkfilechooserdefault.c
+index 3e62dc4..2ee7903 100644
+--- a/gtk/gtkfilechooserdefault.c
++++ b/gtk/gtkfilechooserdefault.c
+@@ -4539,6 +4539,7 @@ location_switch_to_filename_entry (GtkFileChooserDefault *impl)
+ /* Configure the entry */
+
+ _gtk_file_chooser_entry_set_base_folder (GTK_FILE_CHOOSER_ENTRY (impl->location_entry), impl->current_folder);
++ _gtk_file_chooser_entry_set_local_only (GTK_FILE_CHOOSER_ENTRY (impl->location_entry), impl->local_only);
+
+ /* Done */
+
+--
+cgit v0.9.0.2
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=29427&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/patches/series [utf-8] Fri Aug 19 18:20:38 2011
@@ -3,6 +3,7 @@
003_gdk.pc_privates.patch
004_gtk+-ximian-gtk2-filesel-navbutton-5.patch
005_support_disabling_x11_extensions.patch
+006_filechooser_remote.patch
009_gtk-export-filechooser.patch
011_immodule-cache-dir.patch
015_default-fallback-icon-theme.patch
More information about the pkg-gnome-commits
mailing list