Bug#700195: Patch
Matt Kraai
kraai at ftbfs.org
Sat Feb 9 19:45:44 UTC 2013
tags 700195 patch
thanks
Hi,
The following patch fixes this problem for me:
Index: epiphany-browser-3.4.2/src/prefs-dialog.c
===================================================================
--- epiphany-browser-3.4.2.orig/src/prefs-dialog.c 2013-02-09 10:28:28.798818763 -0800
+++ epiphany-browser-3.4.2/src/prefs-dialog.c 2013-02-09 11:26:36.960075153 -0800
@@ -869,7 +869,7 @@
gtk_window_set_destroy_with_parent (GTK_WINDOW (fc), FALSE);
button = gtk_file_chooser_button_new_with_dialog (GTK_WIDGET (fc));
- gtk_file_chooser_set_current_folder (GTK_FILE_CHOOSER (button), dir);
+ gtk_file_chooser_set_filename (GTK_FILE_CHOOSER (button), dir);
gtk_file_chooser_button_set_width_chars (GTK_FILE_CHOOSER_BUTTON (button),
DOWNLOAD_BUTTON_WIDTH);
g_signal_connect (button, "current-folder-changed",
More information about the pkg-gnome-maintainers
mailing list