[eog] Make GtkDialog-usage compatible with GTK+-2.90.7
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog] Make GtkDialog-usage compatible with GTK+-2.90.7
- Date: Fri, 10 Sep 2010 19:22:41 +0000 (UTC)
commit 01593dc2f1ada3c07d7681f489fb0d2bf9562de7
Author: Felix Riemann <friemann gnome org>
Date: Fri Sep 10 20:49:26 2010 +0200
Make GtkDialog-usage compatible with GTK+-2.90.7
src/eog-close-confirmation-dialog.c | 1 -
src/eog-window.c | 2 --
2 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/eog-close-confirmation-dialog.c b/src/eog-close-confirmation-dialog.c
index 3dcf73e..5b66929 100644
--- a/src/eog-close-confirmation-dialog.c
+++ b/src/eog-close-confirmation-dialog.c
@@ -180,7 +180,6 @@ eog_close_confirmation_dialog_init (EogCloseConfirmationDialog *dlg)
gtk_container_set_border_width (GTK_CONTAINER (dlg), 5);
gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (dlg))), 14);
gtk_window_set_resizable (GTK_WINDOW (dlg), FALSE);
- gtk_dialog_set_has_separator (GTK_DIALOG (dlg), FALSE);
gtk_window_set_skip_taskbar_hint (GTK_WINDOW (dlg), TRUE);
gtk_window_set_title (GTK_WINDOW (dlg), "");
diff --git a/src/eog-window.c b/src/eog-window.c
index f2a3284..bcf3878 100644
--- a/src/eog-window.c
+++ b/src/eog-window.c
@@ -2368,8 +2368,6 @@ eog_window_cmd_edit_toolbar (GtkAction *action, gpointer *user_data)
gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (dialog))), 2);
- gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
-
gtk_window_set_default_size (GTK_WINDOW (dialog), 500, 400);
editor = egg_toolbar_editor_new (window->priv->ui_mgr,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]