[gnome-screensaver] copy-theme-dialog: drop set_has_separator call
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-screensaver] copy-theme-dialog: drop set_has_separator call
- Date: Wed, 29 Sep 2010 16:47:44 +0000 (UTC)
commit daa0a0b7887dfdfad6e54cb056a6fce6bb736917
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Sep 29 12:37:05 2010 -0400
copy-theme-dialog: drop set_has_separator call
Historically, ever app using dialogs has made this call, because
the default was wrong. For gtk3, the default will be right with
no api for doing things wrong.
Drop the call to set_has_separator in preparation for requiring gtk3
https://bugzilla.gnome.org/show_bug.cgi?id=630593
src/copy-theme-dialog.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/copy-theme-dialog.c b/src/copy-theme-dialog.c
index 1feba2f..2d102de 100644
--- a/src/copy-theme-dialog.c
+++ b/src/copy-theme-dialog.c
@@ -255,7 +255,6 @@ copy_theme_dialog_init (CopyThemeDialog *dlg)
gtk_window_set_title (GTK_WINDOW (dlg),
_("Copying themes"));
- gtk_dialog_set_has_separator (GTK_DIALOG (dlg), FALSE);
gtk_container_set_border_width (GTK_CONTAINER (dlg), 6);
gtk_widget_show_all (content_area);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]