From 2176a84cfbc158f21a92c8c2d1c26922c217e0df Mon Sep 17 00:00:00 2001 From: infirit Date: Wed, 5 Feb 2014 00:05:23 +0100 Subject: Remove all calls gtk_dialog_set_has_separator Also remove the has_separator from the ui files. --- trashapplet/src/trashapplet.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'trashapplet/src/trashapplet.c') diff --git a/trashapplet/src/trashapplet.c b/trashapplet/src/trashapplet.c index 5cca0fc4..65964cda 100644 --- a/trashapplet/src/trashapplet.c +++ b/trashapplet/src/trashapplet.c @@ -464,9 +464,6 @@ confirm_delete_immediately (GtkWidget *parent_view, gtk_window_set_screen (GTK_WINDOW (dialog), screen); atk_object_set_role (gtk_widget_get_accessible (dialog), ATK_ROLE_ALERT); gtk_window_set_title (GTK_WINDOW (dialog), _("Delete Immediately?")); -#if !GTK_CHECK_VERSION (3, 0, 0) - gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE); -#endif gtk_container_set_border_width (GTK_CONTAINER (dialog), 5); gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE); -- cgit v1.2.1