diff options
Diffstat (limited to 'mail/e-mail-label-dialog.c')
-rw-r--r-- | mail/e-mail-label-dialog.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/e-mail-label-dialog.c b/mail/e-mail-label-dialog.c index c2eada3203..34a148c7a9 100644 --- a/mail/e-mail-label-dialog.c +++ b/mail/e-mail-label-dialog.c @@ -197,9 +197,6 @@ mail_label_dialog_init (EMailLabelDialog *dialog) GTK_DIALOG (dialog), GTK_STOCK_OK, GTK_RESPONSE_OK); -#if !GTK_CHECK_VERSION(2,90,7) - g_object_set (dialog, "has-separator", FALSE, NULL); -#endif gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_OK); container = content_area; |