[rhythmbox] finish removing gtk_dialog_set_has_separator calls



commit eed0a4c124c89a20d18b25c250c350c5bb8f6fc7
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sun Oct 3 22:26:37 2010 +1000

    finish removing gtk_dialog_set_has_separator calls

 shell/rb-shell.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/shell/rb-shell.c b/shell/rb-shell.c
index 4ad0578..f2c211b 100644
--- a/shell/rb-shell.c
+++ b/shell/rb-shell.c
@@ -2479,7 +2479,6 @@ rb_shell_cmd_plugins (GtkAction *action,
 		content_area = gtk_dialog_get_content_area (GTK_DIALOG (shell->priv->plugins));
 	    	gtk_container_set_border_width (GTK_CONTAINER (shell->priv->plugins), 5);
 		gtk_box_set_spacing (GTK_BOX (content_area), 2);
-		gtk_dialog_set_has_separator (GTK_DIALOG (shell->priv->plugins), FALSE);
 
 		g_signal_connect_object (G_OBJECT (shell->priv->plugins),
 					 "delete_event",



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