]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-properties-dialog.c
Fix typo
[evince.git] / shell / ev-properties-dialog.c
index dac890b8e51380a0ce5c3113a7dd1196317c54ca..e82f2423943c0a6162f8295afc01b8bcb7e75038 100644 (file)
@@ -61,9 +61,6 @@ ev_properties_dialog_init (EvPropertiesDialog *properties)
 
        gtk_window_set_title (GTK_WINDOW (properties), _("Properties"));
        gtk_window_set_destroy_with_parent (GTK_WINDOW (properties), TRUE);
-#if !GTK_CHECK_VERSION (2, 90, 7)
-        gtk_dialog_set_has_separator (GTK_DIALOG (properties), FALSE);
-#endif
        gtk_container_set_border_width (GTK_CONTAINER (properties), 5);
        gtk_box_set_spacing (content_area, 2);