summaryrefslogtreecommitdiff
path: root/pluma/pluma-window.c
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-05-16 22:05:55 +0200
committerraveit65 <[email protected]>2015-05-16 22:05:55 +0200
commite1b2a4e298702f28a9d22b5692f9f19e71513756 (patch)
tree6da69d13e55d6ebbf8cde3c8bf6250312fd84897 /pluma/pluma-window.c
parent42f9f19d30d82b28f22e095a7f6d7144bee32582 (diff)
downloadpluma-e1b2a4e298702f28a9d22b5692f9f19e71513756.tar.bz2
pluma-e1b2a4e298702f28a9d22b5692f9f19e71513756.tar.xz
switch to GtklLabel for statusbar buttons + remove non nedded resize-grip code
- fixes the large statusbar with GTK3 - remove extra resize-grip code, which is handle by gtk+ itself GTK2 builds displays the resize-grip without the extra code. Since GTK+-3.14 the rezise-grip widget is removed. - the size of the statusbar is now themable
Diffstat (limited to 'pluma/pluma-window.c')
-rw-r--r--pluma/pluma-window.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/pluma/pluma-window.c b/pluma/pluma-window.c
index a040546f..8ebb7953 100644
--- a/pluma/pluma-window.c
+++ b/pluma/pluma-window.c
@@ -329,9 +329,6 @@ pluma_window_window_state_event (GtkWidget *widget,
show = !(event->new_window_state &
(GDK_WINDOW_STATE_MAXIMIZED | GDK_WINDOW_STATE_FULLSCREEN));
-
- _pluma_statusbar_set_has_resize_grip (PLUMA_STATUSBAR (window->priv->statusbar),
- show);
}
return FALSE;