diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2008-02-12 16:38:00 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@src.gnome.org> | 2008-02-12 16:38:00 +0000 |
commit | ede4f39e38b876e26acdcfd53298d7af0218d2db (patch) | |
tree | 389570daac2a65cb00fae814213697c25de3b817 /gtk/gtkrecentchooser.c | |
parent | 0eb4770cfa4d3e493bc352457870ac3dadb559d8 (diff) | |
download | gtk+-ede4f39e38b876e26acdcfd53298d7af0218d2db.tar.gz |
Set the default value of the :show-not-found property to TRUE, as every
2008-02-12 Emmanuele Bassi <ebassi@gnome.org>
* 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
Diffstat (limited to 'gtk/gtkrecentchooser.c')
-rw-r--r-- | gtk/gtkrecentchooser.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: |