From ede4f39e38b876e26acdcfd53298d7af0218d2db Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 12 Feb 2008 16:38:00 +0000 Subject: Set the default value of the :show-not-found property to TRUE, as every 2008-02-12 Emmanuele Bassi * gtk/gtkrecentchooser.c: (gtk_recent_chooser_class_init): Set the default value of the :show-not-found property to TRUE, as every implementation sets it to TRUE already. * gtk/gtkrecentchooserdefault.c: (_gtk_recent_chooser_default_init): Sync show_tips to the default value of the :show-tips property. svn path=/trunk/; revision=19535 --- gtk/gtkrecentchooser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkrecentchooser.c') diff --git a/gtk/gtkrecentchooser.c b/gtk/gtkrecentchooser.c index a3a5e9acb4..31157b98d7 100644 --- a/gtk/gtkrecentchooser.c +++ b/gtk/gtkrecentchooser.c @@ -177,7 +177,7 @@ gtk_recent_chooser_class_init (gpointer g_iface) g_param_spec_boolean ("show-not-found", P_("Show Not Found"), P_("Whether the items pointing to unavailable resources should be displayed"), - FALSE, + TRUE, GTK_PARAM_READWRITE)); /** * GtkRecentChooser:select-multiple: -- cgit v1.2.1