gtk+ r21356 - in branches/gtk-2-12: . gtk
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r21356 - in branches/gtk-2-12: . gtk
- Date: Fri, 12 Sep 2008 03:14:48 +0000 (UTC)
Author: matthiasc
Date: Fri Sep 12 03:14:48 2008
New Revision: 21356
URL: http://svn.gnome.org/viewvc/gtk+?rev=21356&view=rev
Log:
Bug 479780 â Bookmarks in left pane of FileChooser cannot be renamed
* gtk/gtkfilechooserdefault.c (shortcuts_build_popup_menu):
Call shortcuts_check_popup_sensitivity() every time the
menu is popped up. Problem reported by Hong Jen Yee
Modified:
branches/gtk-2-12/ChangeLog
branches/gtk-2-12/gtk/gtkfilechooserdefault.c
Modified: branches/gtk-2-12/gtk/gtkfilechooserdefault.c
==============================================================================
--- branches/gtk-2-12/gtk/gtkfilechooserdefault.c (original)
+++ branches/gtk-2-12/gtk/gtkfilechooserdefault.c Fri Sep 12 03:14:48 2008
@@ -3789,14 +3789,13 @@
G_CALLBACK (rename_shortcut_cb), impl);
gtk_widget_show (item);
gtk_menu_shell_append (GTK_MENU_SHELL (impl->browse_shortcuts_popup_menu), item);
-
- shortcuts_check_popup_sensitivity (impl);
}
static void
shortcuts_update_popup_menu (GtkFileChooserDefault *impl)
{
shortcuts_build_popup_menu (impl);
+ shortcuts_check_popup_sensitivity (impl);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]