summaryrefslogtreecommitdiff
path: root/capplets/about-me/eel-alert-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'capplets/about-me/eel-alert-dialog.c')
-rw-r--r--capplets/about-me/eel-alert-dialog.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/capplets/about-me/eel-alert-dialog.c b/capplets/about-me/eel-alert-dialog.c
index ccaaacbe..9efed13f 100644
--- a/capplets/about-me/eel-alert-dialog.c
+++ b/capplets/about-me/eel-alert-dialog.c
@@ -356,7 +356,9 @@ eel_alert_dialog_new (GtkWindow *parent,
gtk_container_set_border_width (GTK_CONTAINER (dialog), 5);
gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (dialog))), 14);
gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE);
+#if !GTK_CHECK_VERSION (3, 0, 0)
gtk_dialog_set_has_separator (dialog, FALSE);
+#endif
gtk_window_set_title (GTK_WINDOW (dialog),
(title != NULL) ? title : "");