Propagate local-only. (#511987, Jonh Wendell)
2008-02-10 Matthias Clasen <mclasen@redhat.com> * gtk/gtkrecentaction.c: Propagate local-only. (#511987, Jonh Wendell) svn path=/trunk/; revision=19503
This commit is contained in:

committed by
Matthias Clasen

parent
d7292b61f8
commit
5cb3c35488
@ -1,3 +1,8 @@
|
||||
2008-02-10 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkrecentaction.c: Propagate local-only. (#511987,
|
||||
Jonh Wendell)
|
||||
|
||||
2008-02-08 Cody Russell <bratsche@gnome.org>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_start):
|
||||
|
@ -350,6 +350,7 @@ gtk_recent_action_connect_proxy (GtkAction *action,
|
||||
"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 @@ gtk_recent_action_create_menu (GtkAction *action)
|
||||
"sort-type", priv->sort_type,
|
||||
"recent-manager", priv->manager,
|
||||
"filter", priv->current_filter,
|
||||
"local-only", priv->local_only,
|
||||
NULL);
|
||||
|
||||
if (priv->sort_func)
|
||||
|
Reference in New Issue
Block a user