[vinagre] Drop call to gtk_dialog_set_has_separator()



commit c4468a37211eb688b4a2285335dd9d300d67061b
Author: Jonh Wendell <jwendell gnome org>
Date:   Fri Sep 17 16:41:00 2010 -0300

    Drop call to gtk_dialog_set_has_separator()

 vinagre/vinagre-plugin-dialog.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/vinagre/vinagre-plugin-dialog.c b/vinagre/vinagre-plugin-dialog.c
index 575e24e..e889dc5 100644
--- a/vinagre/vinagre-plugin-dialog.c
+++ b/vinagre/vinagre-plugin-dialog.c
@@ -70,7 +70,6 @@ vinagre_plugin_dialog_init (VinagrePluginDialog *dlg)
 
   gtk_window_set_title (GTK_WINDOW (dlg), _("Plugin Manager"));
   gtk_window_set_resizable (GTK_WINDOW (dlg), TRUE);
-  gtk_dialog_set_has_separator (GTK_DIALOG (dlg), FALSE);
   gtk_window_set_destroy_with_parent (GTK_WINDOW (dlg), TRUE);
 
   g_signal_connect (dlg,



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