summaryrefslogtreecommitdiff
path: root/shell/ev-password-view.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-05-17 04:20:10 +0200
committerinfirit <[email protected]>2014-09-23 13:31:02 +0200
commitd51892aff7ea9fd49a29e6bc24333753083e798a (patch)
tree497ffd908a12def5728093a5d54a9e96f0a820fe /shell/ev-password-view.c
parent5a584acf7d6034f3e3854377ab883df76b25e9fd (diff)
downloadatril-d51892aff7ea9fd49a29e6bc24333753083e798a.tar.bz2
atril-d51892aff7ea9fd49a29e6bc24333753083e798a.tar.xz
Drop support for gtk+ < 2.24
Diffstat (limited to 'shell/ev-password-view.c')
-rw-r--r--shell/ev-password-view.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/ev-password-view.c b/shell/ev-password-view.c
index b6ead823..4b81ed2b 100644
--- a/shell/ev-password-view.c
+++ b/shell/ev-password-view.c
@@ -255,9 +255,6 @@ ev_password_view_ask_password (EvPasswordView *password_view)
action_area = gtk_dialog_get_action_area (dialog);
/* Set the dialog up with HIG properties */
-#if !GTK_CHECK_VERSION (3, 0, 0)
- gtk_dialog_set_has_separator (dialog, FALSE);
-#endif
gtk_container_set_border_width (GTK_CONTAINER (dialog), 5);
gtk_box_set_spacing (GTK_BOX (content_area), 2); /* 2 * 5 + 2 = 12 */
gtk_container_set_border_width (GTK_CONTAINER (action_area), 5);