gtk+ r19535 - in trunk: . gtk
- From: ebassi svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r19535 - in trunk: . gtk
- Date: Tue, 12 Feb 2008 16:38:01 +0000 (GMT)
Author: ebassi
Date: Tue Feb 12 16:38:00 2008
New Revision: 19535
URL: http://svn.gnome.org/viewvc/gtk+?rev=19535&view=rev
Log:
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.
Modified:
trunk/ChangeLog
trunk/gtk/gtkrecentchooser.c
trunk/gtk/gtkrecentchooserdefault.c
Modified: trunk/gtk/gtkrecentchooser.c
==============================================================================
--- trunk/gtk/gtkrecentchooser.c (original)
+++ trunk/gtk/gtkrecentchooser.c Tue Feb 12 16:38:00 2008
@@ -177,7 +177,7 @@
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:
Modified: trunk/gtk/gtkrecentchooserdefault.c
==============================================================================
--- trunk/gtk/gtkrecentchooserdefault.c (original)
+++ trunk/gtk/gtkrecentchooserdefault.c Tue Feb 12 16:38:00 2008
@@ -345,7 +345,7 @@
impl->show_icons = TRUE;
impl->show_private = FALSE;
impl->show_not_found = TRUE;
- impl->show_tips = TRUE;
+ impl->show_tips = FALSE;
impl->select_multiple = FALSE;
impl->local_only = TRUE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]