Package: gvfs
Version: 1.6.4-3
Severity: normal

reassign 629423 gtk+2.0 2.24.4-3
tags 629423 patch
clone 629423 -1
reassign -1 gtk+3.0 3.0.10-1
quit

This is because the location_entry is not properly initialized.


-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (900, 'stable'), (510, 'unstable'), (500, 'testing'), (200, 
'experimental'), (111, 'oldstable'), (107, 'natty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gvfs depends on:
ii  libc6                         2.11.2-10  Embedded GNU C Library: Shared lib
ii  libdbus-1-3                   1.2.24-4   simple interprocess messaging syst
ii  libexpat1                     2.0.1-7    XML parsing C library - runtime li
ii  libgconf2-4                   2.32.3-1   GNOME configuration database syste
ii  libgdu0                       2.30.1-2   GObject based Disk Utility Library
ii  libglib2.0-0                  2.28.6-1   The GLib library of C routines
ii  libgnome-keyring0             2.30.1-1   GNOME keyring services library
ii  libudev0                      164-3      libudev shared library
ii  x11-utils                     7.6+2      X11 utilities

Versions of packages gvfs recommends:
ii  dbus                          1.2.24-4   simple interprocess messaging syst
ii  policykit-1-gnome             0.96-3     GNOME authentication agent for Pol

Versions of packages gvfs suggests:
ii  gvfs-backends                 1.6.4-3    userspace virtual filesystem - bac

-- no debconf information
Index: gtk+2.0-2.24.4/gtk/gtkfilechooserdefault.c
===================================================================
--- gtk+2.0-2.24.4.orig/gtk/gtkfilechooserdefault.c	2011-04-01 22:44:11.000000000 +0200
+++ gtk+2.0-2.24.4/gtk/gtkfilechooserdefault.c	2011-06-07 18:34:14.000000000 +0200
@@ -4965,6 +4965,7 @@
   /* 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 */
 

Reply via email to