[evince] view: Remove grip setting as it does not exists anymore in Gtk



commit 65c6a64527d99966ba69e6b3fad181582268d0d9
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Tue Nov 13 01:31:54 2018 -0300

    view: Remove grip setting as it does not exists anymore in Gtk

 libview/ev-annotation-window.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/libview/ev-annotation-window.c b/libview/ev-annotation-window.c
index a6726291..f5e99af5 100644
--- a/libview/ev-annotation-window.c
+++ b/libview/ev-annotation-window.c
@@ -382,7 +382,6 @@ ev_annotation_window_init (EvAnnotationWindow *window)
        gtk_widget_show (swindow);
 
        /* Resize bar */
-       gtk_window_set_has_resize_grip (GTK_WINDOW(window), FALSE);
        hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
 
        window->resize_sw = gtk_event_box_new ();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]