diff options
author | infirit <[email protected]> | 2014-05-17 19:10:19 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-05-17 19:10:46 +0200 |
commit | 2e4577b38bcac84eb4ec795fc8082ddb22d608cb (patch) | |
tree | be9c2b719d808d9a72f25026b6475296df9f6094 /src/gtk-utils.c | |
parent | 6bc8dd36781c37149b686e8b90e566f0512a998b (diff) | |
download | engrampa-2e4577b38bcac84eb4ec795fc8082ddb22d608cb.tar.bz2 engrampa-2e4577b38bcac84eb4ec795fc8082ddb22d608cb.tar.xz |
gtk2 fixup
Diffstat (limited to 'src/gtk-utils.c')
-rw-r--r-- | src/gtk-utils.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gtk-utils.c b/src/gtk-utils.c index 3c55ffe..8082127 100644 --- a/src/gtk-utils.c +++ b/src/gtk-utils.c @@ -78,9 +78,6 @@ _gtk_message_dialog_new (GtkWindow *parent, content_area = gtk_dialog_get_content_area (GTK_DIALOG (dialog)); -#if !GTK_CHECK_VERSION(2,22,0) - gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE); -#endif gtk_container_set_border_width (GTK_CONTAINER (dialog), 6); gtk_container_set_border_width (GTK_CONTAINER (content_area), 6); gtk_box_set_spacing (GTK_BOX (content_area), 8); @@ -216,9 +213,6 @@ _gtk_request_dialog_run (GtkWindow *parent, content_area = gtk_dialog_get_content_area (GTK_DIALOG (dialog)); -#if !GTK_CHECK_VERSION(2,22,0) - gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE); -#endif gtk_container_set_border_width (GTK_CONTAINER (dialog), 6); gtk_container_set_border_width (GTK_CONTAINER (content_area), 6); gtk_box_set_spacing (GTK_BOX (content_area), 8); @@ -310,9 +304,6 @@ _gtk_yesno_dialog_new (GtkWindow *parent, content_area = gtk_dialog_get_content_area (GTK_DIALOG (d)); -#if !GTK_CHECK_VERSION(2,22,0) - gtk_dialog_set_has_separator (GTK_DIALOG (d), FALSE); -#endif gtk_container_set_border_width (GTK_CONTAINER (d), 6); gtk_container_set_border_width (GTK_CONTAINER (content_area), 6); gtk_box_set_spacing (GTK_BOX (content_area), 8); @@ -400,9 +391,6 @@ _gtk_error_dialog_new (GtkWindow *parent, content_area = gtk_dialog_get_content_area (GTK_DIALOG (dialog)); -#if !GTK_CHECK_VERSION(2,22,0) - gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE); -#endif gtk_container_set_border_width (GTK_CONTAINER (dialog), 6); gtk_container_set_border_width (GTK_CONTAINER (content_area), 6); gtk_box_set_spacing (GTK_BOX (content_area), 8); |