[rhythmbox/gobject-introspection: 2/205] remove calls to gtk_dialog_set_has_separator (it vanished)



commit 17a5727b6a2c4ca90a56ccc0e842c66c675d3f8a
Author: Jonathan Matthew <jonathan d14n org>
Date:   Wed Sep 8 12:14:16 2010 +1000

    remove calls to gtk_dialog_set_has_separator (it vanished)

 plugins/audioscrobbler/rb-audioscrobbler-plugin.c |    1 -
 plugins/daap/rb-daap-dialog.c                     |    1 -
 plugins/iradio/rb-station-properties-dialog.c     |    1 -
 podcast/rb-feed-podcast-properties-dialog.c       |    1 -
 podcast/rb-podcast-properties-dialog.c            |    1 -
 shell/rb-shell-preferences.c                      |    1 -
 shell/rb-shell.c                                  |    1 -
 sources/rb-library-source.c                       |    1 -
 widgets/rb-alert-dialog.c                         |    1 -
 widgets/rb-query-creator.c                        |    1 -
 widgets/rb-song-info.c                            |    2 --
 widgets/rb-uri-dialog.c                           |    1 -
 12 files changed, 0 insertions(+), 13 deletions(-)
---
diff --git a/plugins/audioscrobbler/rb-audioscrobbler-plugin.c b/plugins/audioscrobbler/rb-audioscrobbler-plugin.c
index 2e1e2f8..27e1bf6 100644
--- a/plugins/audioscrobbler/rb-audioscrobbler-plugin.c
+++ b/plugins/audioscrobbler/rb-audioscrobbler-plugin.c
@@ -213,7 +213,6 @@ impl_create_configure_dialog (RBPlugin *bplugin)
 								   GTK_DIALOG_DESTROY_WITH_PARENT,
 								   GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
 								   NULL);
-                gtk_dialog_set_has_separator (GTK_DIALOG (plugin->preferences), FALSE);
                 gtk_container_set_border_width (GTK_CONTAINER (plugin->preferences), 5);
                 gtk_window_set_resizable (GTK_WINDOW (plugin->preferences), FALSE);
 
diff --git a/plugins/daap/rb-daap-dialog.c b/plugins/daap/rb-daap-dialog.c
index 389d059..28a3c6f 100644
--- a/plugins/daap/rb-daap-dialog.c
+++ b/plugins/daap/rb-daap-dialog.c
@@ -59,7 +59,6 @@ rb_daap_collision_dialog_new_run (GtkWindow  *parent,
 					      GTK_RESPONSE_OK,
 					      NULL);
 	gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_OK);
-	gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
 
 	hbox = gtk_hbox_new (FALSE, 6);
 	gtk_container_set_border_width (GTK_CONTAINER (hbox), 12);
diff --git a/plugins/iradio/rb-station-properties-dialog.c b/plugins/iradio/rb-station-properties-dialog.c
index a79916a..fc59f31 100644
--- a/plugins/iradio/rb-station-properties-dialog.c
+++ b/plugins/iradio/rb-station-properties-dialog.c
@@ -169,7 +169,6 @@ rb_station_properties_dialog_constructed (GObject *object)
 
 	content_area = gtk_dialog_get_content_area (GTK_DIALOG (dialog));
 
-	gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
 	gtk_container_set_border_width (GTK_CONTAINER (dialog), 5);
 	gtk_box_set_spacing (GTK_BOX (content_area), 2);
 
diff --git a/podcast/rb-feed-podcast-properties-dialog.c b/podcast/rb-feed-podcast-properties-dialog.c
index ed269a8..1ebd1c2 100644
--- a/podcast/rb-feed-podcast-properties-dialog.c
+++ b/podcast/rb-feed-podcast-properties-dialog.c
@@ -118,7 +118,6 @@ rb_feed_podcast_properties_dialog_init (RBFeedPodcastPropertiesDialog *dialog)
 	gtk_window_set_default_size (GTK_WINDOW (dialog), 600, 400);
 	content_area = gtk_dialog_get_content_area (GTK_DIALOG (dialog));
 
-	gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
 	gtk_container_set_border_width (GTK_CONTAINER (dialog), 5);
 	gtk_box_set_spacing (GTK_BOX (content_area), 2);
 
diff --git a/podcast/rb-podcast-properties-dialog.c b/podcast/rb-podcast-properties-dialog.c
index 0b22f11..8dc0e70 100644
--- a/podcast/rb-podcast-properties-dialog.c
+++ b/podcast/rb-podcast-properties-dialog.c
@@ -240,7 +240,6 @@ rb_podcast_properties_dialog_init (RBPodcastPropertiesDialog *dialog)
 
 	content_area = gtk_dialog_get_content_area (GTK_DIALOG (dialog));
 
-	gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
 	gtk_container_set_border_width (GTK_CONTAINER (dialog), 5);
 	gtk_box_set_spacing (GTK_BOX (content_area), 2);
 
diff --git a/shell/rb-shell-preferences.c b/shell/rb-shell-preferences.c
index fa7cc72..4419b58 100644
--- a/shell/rb-shell-preferences.c
+++ b/shell/rb-shell-preferences.c
@@ -208,7 +208,6 @@ rb_shell_preferences_init (RBShellPreferences *shell_preferences)
 
 	gtk_container_set_border_width (GTK_CONTAINER (shell_preferences), 5);
 	gtk_box_set_spacing (GTK_BOX (content_area), 2);
-	gtk_dialog_set_has_separator (GTK_DIALOG (shell_preferences), FALSE);
 
 	builder = rb_builder_load ("general-prefs.ui", shell_preferences);
 
diff --git a/shell/rb-shell.c b/shell/rb-shell.c
index d8021e4..796678a 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",
diff --git a/sources/rb-library-source.c b/sources/rb-library-source.c
index eb8bbd6..2a5e35e 100644
--- a/sources/rb-library-source.c
+++ b/sources/rb-library-source.c
@@ -430,7 +430,6 @@ rb_library_source_edit_profile_clicked_cb (GtkButton *button, RBLibrarySource *s
 
 	dialog = gm_audio_profiles_edit_new (eel_gconf_client_get_global (),
 					     GTK_WINDOW (source->priv->shell_prefs));
-	gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
 	gtk_widget_show_all (dialog);
 	gtk_dialog_run (GTK_DIALOG (dialog));
 }
diff --git a/widgets/rb-alert-dialog.c b/widgets/rb-alert-dialog.c
index 99159df..230bde9 100644
--- a/widgets/rb-alert-dialog.c
+++ b/widgets/rb-alert-dialog.c
@@ -334,7 +334,6 @@ rb_alert_dialog_new (GtkWindow     *parent,
 	content = gtk_dialog_get_content_area (dialog);
 	gtk_box_set_spacing (GTK_BOX (content), 14);
 	gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE);
-	gtk_dialog_set_has_separator (dialog, FALSE);
 
 	/* Make sure we don't get a window title.
          * HIG says that alert dialogs should not have window title
diff --git a/widgets/rb-query-creator.c b/widgets/rb-query-creator.c
index e7e8827..7469326 100644
--- a/widgets/rb-query-creator.c
+++ b/widgets/rb-query-creator.c
@@ -216,7 +216,6 @@ rb_query_creator_constructed (GObject *object)
 
 	gtk_container_set_border_width (GTK_CONTAINER (creator), 5);
 	gtk_box_set_spacing (GTK_BOX (content_area), 2);
-	gtk_dialog_set_has_separator (GTK_DIALOG (creator), FALSE);
 
 	builder = rb_builder_load ("create-playlist.ui", creator);
 
diff --git a/widgets/rb-song-info.c b/widgets/rb-song-info.c
index 2c670cd..1250966 100644
--- a/widgets/rb-song-info.c
+++ b/widgets/rb-song-info.c
@@ -335,8 +335,6 @@ rb_song_info_init (RBSongInfo *song_info)
 				 G_CALLBACK (rb_song_info_response_cb),
 				 song_info, 0);
 
-	gtk_dialog_set_has_separator (GTK_DIALOG (song_info), FALSE);
-
 	gtk_container_set_border_width (GTK_CONTAINER (song_info), 5);
 	gtk_window_set_resizable (GTK_WINDOW (song_info), TRUE);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (song_info))), 2);
diff --git a/widgets/rb-uri-dialog.c b/widgets/rb-uri-dialog.c
index 00f02e3..6e4ca83 100644
--- a/widgets/rb-uri-dialog.c
+++ b/widgets/rb-uri-dialog.c
@@ -147,7 +147,6 @@ rb_uri_dialog_init (RBURIDialog *dialog)
 
 	content_area = gtk_dialog_get_content_area (GTK_DIALOG (dialog));
 
-	gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
 	gtk_container_set_border_width (GTK_CONTAINER (dialog), 5);
 	gtk_box_set_spacing (GTK_BOX (content_area), 2);
 



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