Author: matthiasc
Date: Sun Feb 10 06:36:55 2008
New Revision: 19506
URL: http://svn.gnome.org/viewvc/gtk+?rev=19506&view=rev
Log:
2008-02-10 Matthias Clasen <[EMAIL PROTECTED]>
* gtk/gtkrecentaction.c: Propagate local-only. (#511987,
Jonh Wendell)
Modified:
branches/gtk-2-12/ChangeLog
branches/gtk-2-12/gtk/gtkrecentaction.c
Modified: branches/gtk-2-12/gtk/gtkrecentaction.c
==============================================================================
--- branches/gtk-2-12/gtk/gtkrecentaction.c (original)
+++ branches/gtk-2-12/gtk/gtkrecentaction.c Sun Feb 10 06:36:55 2008
@@ -350,6 +350,7 @@
"limit", priv->limit,
"sort-type", priv->sort_type,
"filter", priv->current_filter,
+ "local-only", priv->local_only,
NULL);
if (priv->sort_func)
@@ -404,6 +405,7 @@
"sort-type", priv->sort_type,
"recent-manager", priv->manager,
"filter", priv->current_filter,
+ "local-only", priv->local_only,
NULL);
if (priv->sort_func)
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.