From: John Darrington Date: Fri, 1 Jul 2011 16:00:32 +0000 (+0200) Subject: Set the show-tips property on the recent chooser menus X-Git-Tag: v0.7.9~253 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a67abef651baf5786578e1e79a16238e5558948a;p=pspp-builds.git Set the show-tips property on the recent chooser menus --- diff --git a/src/ui/gui/psppire-data-window.c b/src/ui/gui/psppire-data-window.c index 10e3fed5..fdfe8c96 100644 --- a/src/ui/gui/psppire-data-window.c +++ b/src/ui/gui/psppire-data-window.c @@ -1131,6 +1131,9 @@ psppire_data_window_finish_init (PsppireDataWindow *de, GtkWidget *menu_files = gtk_recent_chooser_menu_new_for_manager ( gtk_recent_manager_get_default ()); + g_object_set (menu_data, "show-tips", TRUE, NULL); + g_object_set (menu_files, "show-tips", TRUE, NULL); + { GtkRecentFilter *filter = gtk_recent_filter_new ();