X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-password-view.c;h=ba5a6339e3e46cf448c449cf0d6a4e7026c1affb;hb=8c225e626012b51f44a33af4be67755d9be47be0;hp=6998b0b013942f17dc3991d89b661509334e1fdf;hpb=d634a9b20c24e7597d17d475c144b83f00ca9b43;p=evince.git diff --git a/shell/ev-password-view.c b/shell/ev-password-view.c index 6998b0b0..ba5a6339 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 (2, 90, 7) - 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);