diff options
Diffstat (limited to 'e-util/e-alert-dialog.c')
-rw-r--r-- | e-util/e-alert-dialog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-alert-dialog.c b/e-util/e-alert-dialog.c index f34fc0c807..021812e590 100644 --- a/e-util/e-alert-dialog.c +++ b/e-util/e-alert-dialog.c @@ -138,8 +138,8 @@ e_alert_dialog_constructed (GObject *obj) action_area = gtk_dialog_get_action_area ((GtkDialog*) self); content_area = gtk_dialog_get_content_area ((GtkDialog*) self); -#if !GTK_CHECK_VERSION(2,21,8) - gtk_dialog_set_has_separator ((GtkDialog*) self, FALSE); +#if !GTK_CHECK_VERSION(2,90,7) + g_object_set (self, "has-separator", FALSE, NULL); #endif gtk_widget_ensure_style ((GtkWidget *)self); |