[gthumb: 7/20] Removing all references of the `gtk_dialog_set_has_separator()' function



commit 7407e3b122060d4c20d7c11c5a233476e37a3587
Author: Lincoln de Sousa <lincoln comum org>
Date:   Sat May 7 15:40:58 2011 -0300

    Removing all references of the `gtk_dialog_set_has_separator()' function

 .../contact_sheet/gth-contact-sheet-theme-dialog.c |    1 -
 .../edit_metadata/gth-edit-metadata-dialog.c       |    1 -
 extensions/edit_metadata/gth-tag-chooser-dialog.c  |    1 -
 .../facebook/facebook-account-chooser-dialog.c     |    1 -
 .../facebook/facebook-account-manager-dialog.c     |    1 -
 .../facebook/facebook-album-properties-dialog.c    |    1 -
 extensions/flicker/flickr-account-chooser-dialog.c |    1 -
 extensions/flicker/flickr-account-manager-dialog.c |    1 -
 .../importer/gth-import-preferences-dialog.c       |    1 -
 extensions/list_tools/gth-script-editor-dialog.c   |    1 -
 extensions/oauth/oauth-account-chooser-dialog.c    |    1 -
 extensions/oauth/oauth-account-manager-dialog.c    |    1 -
 .../photobucket-album-properties-dialog.c          |    1 -
 .../picasaweb/picasa-account-chooser-dialog.c      |    1 -
 .../picasaweb/picasa-account-manager-dialog.c      |    1 -
 .../picasaweb/picasa-account-properties-dialog.c   |    1 -
 .../picasaweb/picasa-album-properties-dialog.c     |    1 -
 .../rename_series/gth-template-editor-dialog.c     |    1 -
 extensions/search/gth-search-editor-dialog.c       |    1 -
 gthumb/gth-filter-editor-dialog.c                  |    1 -
 gthumb/gth-overwrite-dialog.c                      |    1 -
 gthumb/gth-progress-dialog.c                       |    1 -
 gthumb/gtk-utils.c                                 |    5 -----
 23 files changed, 0 insertions(+), 27 deletions(-)
---
diff --git a/extensions/contact_sheet/gth-contact-sheet-theme-dialog.c b/extensions/contact_sheet/gth-contact-sheet-theme-dialog.c
index d91af96..b8f1aa9 100644
--- a/extensions/contact_sheet/gth-contact-sheet-theme-dialog.c
+++ b/extensions/contact_sheet/gth-contact-sheet-theme-dialog.c
@@ -196,7 +196,6 @@ gth_contact_sheet_theme_dialog_init (GthContactSheetThemeDialog *self)
 
 	gtk_window_set_title (GTK_WINDOW (self), _("Theme Properties"));
 	gtk_window_set_resizable (GTK_WINDOW (self), TRUE);
-	gtk_dialog_set_has_separator (GTK_DIALOG (self), FALSE);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (self))), 5);
 	gtk_container_set_border_width (GTK_CONTAINER (self), 5);
 
diff --git a/extensions/edit_metadata/gth-edit-metadata-dialog.c b/extensions/edit_metadata/gth-edit-metadata-dialog.c
index 154c687..2a45e0b 100644
--- a/extensions/edit_metadata/gth-edit-metadata-dialog.c
+++ b/extensions/edit_metadata/gth-edit-metadata-dialog.c
@@ -87,7 +87,6 @@ gth_edit_metadata_dialog_construct (GthEditMetadataDialog *self)
 	int        i;
 
 	gtk_window_set_resizable (GTK_WINDOW (self), TRUE);
-	gtk_dialog_set_has_separator (GTK_DIALOG (self), FALSE);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (self))), 5);
 	gtk_container_set_border_width (GTK_CONTAINER (self), 5);
 
diff --git a/extensions/edit_metadata/gth-tag-chooser-dialog.c b/extensions/edit_metadata/gth-tag-chooser-dialog.c
index 3fc7f9d..ffb3687 100644
--- a/extensions/edit_metadata/gth-tag-chooser-dialog.c
+++ b/extensions/edit_metadata/gth-tag-chooser-dialog.c
@@ -222,7 +222,6 @@ gth_tag_chooser_dialog_init (GthTagChooserDialog *self)
 
 	gtk_window_set_title (GTK_WINDOW (self), _("Assign Tags"));
 	gtk_window_set_resizable (GTK_WINDOW (self), FALSE);
-	gtk_dialog_set_has_separator (GTK_DIALOG (self), FALSE);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (self))), 5);
 	gtk_container_set_border_width (GTK_CONTAINER (self), 5);
 
diff --git a/extensions/facebook/facebook-account-chooser-dialog.c b/extensions/facebook/facebook-account-chooser-dialog.c
index 83007b0..8f98da9 100644
--- a/extensions/facebook/facebook-account-chooser-dialog.c
+++ b/extensions/facebook/facebook-account-chooser-dialog.c
@@ -116,7 +116,6 @@ facebook_account_chooser_dialog_init (FacebookAccountChooserDialog *self)
 	self->priv->builder = _gtk_builder_new_from_file ("facebook-account-chooser.ui", "facebook");
 
 	gtk_window_set_resizable (GTK_WINDOW (self), FALSE);
-	gtk_dialog_set_has_separator (GTK_DIALOG (self), FALSE);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (self))), 5);
 	gtk_container_set_border_width (GTK_CONTAINER (self), 5);
 
diff --git a/extensions/facebook/facebook-account-manager-dialog.c b/extensions/facebook/facebook-account-manager-dialog.c
index 2b65924..da9ab59 100644
--- a/extensions/facebook/facebook-account-manager-dialog.c
+++ b/extensions/facebook/facebook-account-manager-dialog.c
@@ -130,7 +130,6 @@ facebook_account_manager_dialog_init (FacebookAccountManagerDialog *self)
 	self->priv->builder = _gtk_builder_new_from_file ("facebook-account-manager.ui", "facebook");
 
 	gtk_window_set_resizable (GTK_WINDOW (self), FALSE);
-	gtk_dialog_set_has_separator (GTK_DIALOG (self), FALSE);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (self))), 5);
 	gtk_container_set_border_width (GTK_CONTAINER (self), 5);
 
diff --git a/extensions/facebook/facebook-album-properties-dialog.c b/extensions/facebook/facebook-album-properties-dialog.c
index 510dd50..29f0d19 100644
--- a/extensions/facebook/facebook-album-properties-dialog.c
+++ b/extensions/facebook/facebook-album-properties-dialog.c
@@ -69,7 +69,6 @@ facebook_album_properties_dialog_init (FacebookAlbumPropertiesDialog *self)
 	self->priv->builder = _gtk_builder_new_from_file ("facebook-album-properties.ui", "facebook");
 
 	gtk_window_set_resizable (GTK_WINDOW (self), FALSE);
-	gtk_dialog_set_has_separator (GTK_DIALOG (self), FALSE);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (self))), 5);
 	gtk_container_set_border_width (GTK_CONTAINER (self), 5);
 
diff --git a/extensions/flicker/flickr-account-chooser-dialog.c b/extensions/flicker/flickr-account-chooser-dialog.c
index 79be660..d98231e 100644
--- a/extensions/flicker/flickr-account-chooser-dialog.c
+++ b/extensions/flicker/flickr-account-chooser-dialog.c
@@ -116,7 +116,6 @@ flickr_account_chooser_dialog_init (FlickrAccountChooserDialog *self)
 	self->priv->builder = _gtk_builder_new_from_file ("flicker-account-chooser.ui", "flicker");
 
 	gtk_window_set_resizable (GTK_WINDOW (self), FALSE);
-	gtk_dialog_set_has_separator (GTK_DIALOG (self), FALSE);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (self))), 5);
 	gtk_container_set_border_width (GTK_CONTAINER (self), 5);
 
diff --git a/extensions/flicker/flickr-account-manager-dialog.c b/extensions/flicker/flickr-account-manager-dialog.c
index 7c925e5..7f151e0 100644
--- a/extensions/flicker/flickr-account-manager-dialog.c
+++ b/extensions/flicker/flickr-account-manager-dialog.c
@@ -130,7 +130,6 @@ flickr_account_manager_dialog_init (FlickrAccountManagerDialog *self)
 	self->priv->builder = _gtk_builder_new_from_file ("flicker-account-manager.ui", "flicker");
 
 	gtk_window_set_resizable (GTK_WINDOW (self), FALSE);
-	gtk_dialog_set_has_separator (GTK_DIALOG (self), FALSE);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (self))), 5);
 	gtk_container_set_border_width (GTK_CONTAINER (self), 5);
 
diff --git a/extensions/importer/gth-import-preferences-dialog.c b/extensions/importer/gth-import-preferences-dialog.c
index c763a74..fe45553 100644
--- a/extensions/importer/gth-import-preferences-dialog.c
+++ b/extensions/importer/gth-import-preferences-dialog.c
@@ -314,7 +314,6 @@ gth_import_preferences_dialog_init (GthImportPreferencesDialog *self)
 	gtk_window_set_title (GTK_WINDOW (self), _("Preferences"));
 	gtk_window_set_resizable (GTK_WINDOW (self), FALSE);
 	gtk_window_set_modal (GTK_WINDOW (self), TRUE);
-	gtk_dialog_set_has_separator (GTK_DIALOG (self), FALSE);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (self))), 5);
 	gtk_container_set_border_width (GTK_CONTAINER (self), 5);
 
diff --git a/extensions/list_tools/gth-script-editor-dialog.c b/extensions/list_tools/gth-script-editor-dialog.c
index 257b632..da23528 100644
--- a/extensions/list_tools/gth-script-editor-dialog.c
+++ b/extensions/list_tools/gth-script-editor-dialog.c
@@ -153,7 +153,6 @@ gth_script_editor_dialog_construct (GthScriptEditorDialog *self,
 	if (parent != NULL)
 		gtk_window_set_transient_for (GTK_WINDOW (self), parent);
 	gtk_window_set_resizable (GTK_WINDOW (self), FALSE);
-	gtk_dialog_set_has_separator (GTK_DIALOG (self), FALSE);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (self))), 5);
 	gtk_container_set_border_width (GTK_CONTAINER (self), 5);
 
diff --git a/extensions/oauth/oauth-account-chooser-dialog.c b/extensions/oauth/oauth-account-chooser-dialog.c
index 9c5e919..6fdcf73 100644
--- a/extensions/oauth/oauth-account-chooser-dialog.c
+++ b/extensions/oauth/oauth-account-chooser-dialog.c
@@ -116,7 +116,6 @@ oauth_account_chooser_dialog_init (OAuthAccountChooserDialog *self)
 	self->priv->builder = _gtk_builder_new_from_file ("flicker-account-chooser.ui", "flicker");
 
 	gtk_window_set_resizable (GTK_WINDOW (self), FALSE);
-	gtk_dialog_set_has_separator (GTK_DIALOG (self), FALSE);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (self))), 5);
 	gtk_container_set_border_width (GTK_CONTAINER (self), 5);
 
diff --git a/extensions/oauth/oauth-account-manager-dialog.c b/extensions/oauth/oauth-account-manager-dialog.c
index 1a5a9c1..f245a58 100644
--- a/extensions/oauth/oauth-account-manager-dialog.c
+++ b/extensions/oauth/oauth-account-manager-dialog.c
@@ -130,7 +130,6 @@ oauth_account_manager_dialog_init (OAuthAccountManagerDialog *self)
 	self->priv->builder = _gtk_builder_new_from_file ("flicker-account-manager.ui", "flicker");
 
 	gtk_window_set_resizable (GTK_WINDOW (self), FALSE);
-	gtk_dialog_set_has_separator (GTK_DIALOG (self), FALSE);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (self))), 5);
 	gtk_container_set_border_width (GTK_CONTAINER (self), 5);
 
diff --git a/extensions/photobucket/photobucket-album-properties-dialog.c b/extensions/photobucket/photobucket-album-properties-dialog.c
index 5392a14..8e74753 100644
--- a/extensions/photobucket/photobucket-album-properties-dialog.c
+++ b/extensions/photobucket/photobucket-album-properties-dialog.c
@@ -77,7 +77,6 @@ photobucket_album_properties_dialog_init (PhotobucketAlbumPropertiesDialog *self
 	self->priv->builder = _gtk_builder_new_from_file ("photobucket-album-properties.ui", "photobucket");
 
 	gtk_window_set_resizable (GTK_WINDOW (self), FALSE);
-	gtk_dialog_set_has_separator (GTK_DIALOG (self), FALSE);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (self))), 5);
 	gtk_container_set_border_width (GTK_CONTAINER (self), 5);
 
diff --git a/extensions/picasaweb/picasa-account-chooser-dialog.c b/extensions/picasaweb/picasa-account-chooser-dialog.c
index 519662c..8578c40 100644
--- a/extensions/picasaweb/picasa-account-chooser-dialog.c
+++ b/extensions/picasaweb/picasa-account-chooser-dialog.c
@@ -85,7 +85,6 @@ picasa_account_chooser_dialog_init (PicasaAccountChooserDialog *self)
 	self->priv->builder = _gtk_builder_new_from_file ("picasa-web-account-chooser.ui", "picasaweb");
 
 	gtk_window_set_resizable (GTK_WINDOW (self), FALSE);
-	gtk_dialog_set_has_separator (GTK_DIALOG (self), FALSE);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (self))), 5);
 	gtk_container_set_border_width (GTK_CONTAINER (self), 5);
 
diff --git a/extensions/picasaweb/picasa-account-manager-dialog.c b/extensions/picasaweb/picasa-account-manager-dialog.c
index 62f0d43..2f52a31 100644
--- a/extensions/picasaweb/picasa-account-manager-dialog.c
+++ b/extensions/picasaweb/picasa-account-manager-dialog.c
@@ -150,7 +150,6 @@ picasa_account_manager_dialog_init (PicasaAccountManagerDialog *self)
 	self->priv->builder = _gtk_builder_new_from_file ("picasa-web-account-manager.ui", "picasaweb");
 
 	gtk_window_set_resizable (GTK_WINDOW (self), FALSE);
-	gtk_dialog_set_has_separator (GTK_DIALOG (self), FALSE);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (self))), 5);
 	gtk_container_set_border_width (GTK_CONTAINER (self), 5);
 
diff --git a/extensions/picasaweb/picasa-account-properties-dialog.c b/extensions/picasaweb/picasa-account-properties-dialog.c
index f6f0f34..5de85a3 100644
--- a/extensions/picasaweb/picasa-account-properties-dialog.c
+++ b/extensions/picasaweb/picasa-account-properties-dialog.c
@@ -72,7 +72,6 @@ picasa_account_properties_dialog_init (PicasaAccountPropertiesDialog *self)
 	self->priv->builder = _gtk_builder_new_from_file ("picasa-web-account-properties.ui", "picasaweb");
 
 	gtk_window_set_resizable (GTK_WINDOW (self), FALSE);
-	gtk_dialog_set_has_separator (GTK_DIALOG (self), FALSE);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (self))), 5);
 	gtk_container_set_border_width (GTK_CONTAINER (self), 5);
 
diff --git a/extensions/picasaweb/picasa-album-properties-dialog.c b/extensions/picasaweb/picasa-album-properties-dialog.c
index 4f8ec82..7c808ca 100644
--- a/extensions/picasaweb/picasa-album-properties-dialog.c
+++ b/extensions/picasaweb/picasa-album-properties-dialog.c
@@ -69,7 +69,6 @@ picasa_album_properties_dialog_init (PicasaAlbumPropertiesDialog *self)
 	self->priv->builder = _gtk_builder_new_from_file ("picasa-web-album-properties.ui", "picasaweb");
 
 	gtk_window_set_resizable (GTK_WINDOW (self), FALSE);
-	gtk_dialog_set_has_separator (GTK_DIALOG (self), FALSE);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (self))), 5);
 	gtk_container_set_border_width (GTK_CONTAINER (self), 5);
 
diff --git a/extensions/rename_series/gth-template-editor-dialog.c b/extensions/rename_series/gth-template-editor-dialog.c
index 1cd5134..3385220 100644
--- a/extensions/rename_series/gth-template-editor-dialog.c
+++ b/extensions/rename_series/gth-template-editor-dialog.c
@@ -189,7 +189,6 @@ gth_template_editor_dialog_construct (GthTemplateEditorDialog *self,
   	if (parent != NULL)
     		gtk_window_set_transient_for (GTK_WINDOW (self), parent);
     	gtk_window_set_resizable (GTK_WINDOW (self), FALSE);
-	gtk_dialog_set_has_separator (GTK_DIALOG (self), FALSE);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (self))), 5);
 	gtk_container_set_border_width (GTK_CONTAINER (self), 5);
 
diff --git a/extensions/search/gth-search-editor-dialog.c b/extensions/search/gth-search-editor-dialog.c
index c147f7e..7b63fc6 100644
--- a/extensions/search/gth-search-editor-dialog.c
+++ b/extensions/search/gth-search-editor-dialog.c
@@ -108,7 +108,6 @@ gth_search_editor_dialog_construct (GthSearchEditorDialog *self,
   	if (parent != NULL)
     		gtk_window_set_transient_for (GTK_WINDOW (self), parent);
     	gtk_window_set_resizable (GTK_WINDOW (self), FALSE);
-	gtk_dialog_set_has_separator (GTK_DIALOG (self), FALSE);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (self))), 5);
 	gtk_container_set_border_width (GTK_CONTAINER (self), 5);
 
diff --git a/gthumb/gth-filter-editor-dialog.c b/gthumb/gth-filter-editor-dialog.c
index 621840f..a64215b 100644
--- a/gthumb/gth-filter-editor-dialog.c
+++ b/gthumb/gth-filter-editor-dialog.c
@@ -176,7 +176,6 @@ gth_filter_editor_dialog_construct (GthFilterEditorDialog *self,
   	if (parent != NULL)
     		gtk_window_set_transient_for (GTK_WINDOW (self), parent);
     	gtk_window_set_resizable (GTK_WINDOW (self), FALSE);
-	gtk_dialog_set_has_separator (GTK_DIALOG (self), FALSE);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (self))), 5);
 	gtk_container_set_border_width (GTK_CONTAINER (self), 5);
 
diff --git a/gthumb/gth-overwrite-dialog.c b/gthumb/gth-overwrite-dialog.c
index 1ec5eb7..351dbfd 100644
--- a/gthumb/gth-overwrite-dialog.c
+++ b/gthumb/gth-overwrite-dialog.c
@@ -272,7 +272,6 @@ gth_overwrite_dialog_construct (GthOverwriteDialog   *self,
 
 	gtk_window_set_title (GTK_WINDOW (self), "");
 	gtk_window_set_resizable (GTK_WINDOW (self), TRUE);
-	gtk_dialog_set_has_separator (GTK_DIALOG (self), FALSE);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (self))), 5);
 	gtk_container_set_border_width (GTK_CONTAINER (self), 5);
 
diff --git a/gthumb/gth-progress-dialog.c b/gthumb/gth-progress-dialog.c
index 0de9976..de396d2 100644
--- a/gthumb/gth-progress-dialog.c
+++ b/gthumb/gth-progress-dialog.c
@@ -320,7 +320,6 @@ gth_progress_dialog_init (GthProgressDialog *self)
 	gtk_widget_set_size_request (GTK_WIDGET (self), DIALOG_WIDTH, -1);
 	gtk_window_set_title (GTK_WINDOW (self), "");
 	gtk_window_set_resizable (GTK_WINDOW (self), TRUE);
-	gtk_dialog_set_has_separator (GTK_DIALOG (self), FALSE);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (self))), 5);
 	gtk_container_set_border_width (GTK_CONTAINER (self), 5);
 
diff --git a/gthumb/gtk-utils.c b/gthumb/gtk-utils.c
index b312a8b..060a54e 100644
--- a/gthumb/gtk-utils.c
+++ b/gthumb/gtk-utils.c
@@ -99,7 +99,6 @@ _gtk_message_dialog_new (GtkWindow        *parent,
 	d = gtk_dialog_new_with_buttons ("", parent, flags, NULL);
 	gtk_window_set_resizable (GTK_WINDOW (d), FALSE);
 
-	gtk_dialog_set_has_separator (GTK_DIALOG (d), FALSE);
 	gtk_container_set_border_width (GTK_CONTAINER (d), 6);
 	gtk_container_set_border_width (GTK_CONTAINER (gtk_dialog_get_content_area (GTK_DIALOG (d))), 6);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (d))), 8);
@@ -192,7 +191,6 @@ _gtk_request_dialog_run (GtkWindow        *parent,
 	d = gtk_dialog_new_with_buttons ("", parent, flags, NULL);
 	gtk_window_set_resizable (GTK_WINDOW (d), FALSE);
 
-	gtk_dialog_set_has_separator (GTK_DIALOG (d), FALSE);
 	gtk_container_set_border_width (GTK_CONTAINER (d), 6);
 	gtk_container_set_border_width (GTK_CONTAINER (gtk_dialog_get_content_area (GTK_DIALOG (d))), 6);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (d))), 12);
@@ -292,7 +290,6 @@ _gtk_yesno_dialog_new (GtkWindow        *parent,
 	d = gtk_dialog_new_with_buttons ("", parent, flags, NULL);
 	gtk_window_set_resizable (GTK_WINDOW (d), FALSE);
 
-	gtk_dialog_set_has_separator (GTK_DIALOG (d), FALSE);
 	gtk_container_set_border_width (GTK_CONTAINER (d), 6);
 	gtk_container_set_border_width (GTK_CONTAINER (gtk_dialog_get_content_area (GTK_DIALOG (d))), 6);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (d))), 8);
@@ -372,7 +369,6 @@ _gtk_yesno_dialog_with_checkbutton_new (GtkWindow        *parent,
 	d = gtk_dialog_new_with_buttons ("", parent, flags, NULL);
 	gtk_window_set_resizable (GTK_WINDOW (d), FALSE);
 
-	gtk_dialog_set_has_separator (GTK_DIALOG (d), FALSE);
 	gtk_container_set_border_width (GTK_CONTAINER (d), 6);
 	gtk_container_set_border_width (GTK_CONTAINER (gtk_dialog_get_content_area (GTK_DIALOG (d))), 6);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (d))), 8);
@@ -465,7 +461,6 @@ _gtk_message_dialog_with_checkbutton_new (GtkWindow        *parent,
 	d = gtk_dialog_new_with_buttons ("", parent, flags, NULL);
 	gtk_window_set_resizable (GTK_WINDOW (d), FALSE);
 
-	gtk_dialog_set_has_separator (GTK_DIALOG (d), FALSE);
 	gtk_container_set_border_width (GTK_CONTAINER (d), 6);
 	gtk_container_set_border_width (GTK_CONTAINER (gtk_dialog_get_content_area (GTK_DIALOG (d))), 6);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (d))), 8);



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