[vinagre] Removed a redundant function call



commit 3c1efdf128bfc5fa66ae57c5b23d85d775ce7409
Author: Jonh Wendell <jwendell gnome org>
Date:   Mon Aug 3 16:04:22 2009 -0300

    Removed a redundant function call

 vinagre/vinagre-window.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/vinagre/vinagre-window.c b/vinagre/vinagre-window.c
index a4f2647..a7c240c 100644
--- a/vinagre/vinagre-window.c
+++ b/vinagre/vinagre-window.c
@@ -431,7 +431,6 @@ create_menu_bar_and_toolbar (VinagreWindow *window,
 		"show-tips", TRUE,
 		"sort-type", GTK_RECENT_SORT_MRU,
 		NULL);
-  gtk_recent_chooser_set_local_only (GTK_RECENT_CHOOSER (window->priv->recent_action), FALSE);
   g_signal_connect (window->priv->recent_action,
 		    "item-activated",
 		    G_CALLBACK (activate_recent_cb),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]