[rhythmbox] remove calls to gtk_dialog_set_has_separator (deprecated)
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] remove calls to gtk_dialog_set_has_separator (deprecated)
- Date: Mon, 27 Sep 2010 06:37:27 +0000 (UTC)
commit d1830bdb1f519c6165c0f70e3ff60f94624e0de4
Author: Jonathan Matthew <jonathan d14n org>
Date: Mon Sep 27 16:36:31 2010 +1000
remove calls to gtk_dialog_set_has_separator (deprecated)
plugins/cd-recorder/rb-playlist-source-recorder.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 -
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 -
11 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/plugins/cd-recorder/rb-playlist-source-recorder.c b/plugins/cd-recorder/rb-playlist-source-recorder.c
index c8c7e55..18d7ae2 100644
--- a/plugins/cd-recorder/rb-playlist-source-recorder.c
+++ b/plugins/cd-recorder/rb-playlist-source-recorder.c
@@ -1121,7 +1121,6 @@ rb_playlist_source_recorder_constructed (GObject *object)
source->priv = RB_PLAYLIST_SOURCE_RECORDER_GET_PRIVATE (source);
gtk_window_set_resizable (GTK_WINDOW (source), FALSE);
- gtk_dialog_set_has_separator (GTK_DIALOG (source), FALSE);
source->priv->cancel_button = gtk_dialog_add_button (GTK_DIALOG (source),
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL);
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 0aa13ee..47111c2 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/sources/rb-library-source.c b/sources/rb-library-source.c
index 4c738fd..6931f1c 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 d631c39..84a319e 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]