X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=shell%2Fev-annotation-properties-dialog.c;h=d1da9409ff73452323108153577fbab7712f1bcc;hb=71ef0bf203ec4bfa65505c29bf13f14818d39e51;hp=0f5c6e17c877d1ea88a640eee1123c91764729aa;hpb=584f014b63c56fe3770cba9682fc21c31e09a2e9;p=evince.git diff --git a/shell/ev-annotation-properties-dialog.c b/shell/ev-annotation-properties-dialog.c index 0f5c6e17..d1da9409 100644 --- a/shell/ev-annotation-properties-dialog.c +++ b/shell/ev-annotation-properties-dialog.c @@ -139,7 +139,6 @@ ev_annotation_properties_dialog_init (EvAnnotationPropertiesDialog *annot_dialog gtk_window_set_title (GTK_WINDOW (annot_dialog), _("Annotation Properties")); gtk_window_set_destroy_with_parent (GTK_WINDOW (annot_dialog), TRUE); gtk_container_set_border_width (GTK_CONTAINER (annot_dialog), 5); - gtk_dialog_set_has_separator (dialog, FALSE); gtk_dialog_add_buttons (dialog, GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE, GTK_STOCK_APPLY, GTK_RESPONSE_APPLY,