diff options
author | Bastien Nocera <hadess@hadess.net> | 2010-10-18 14:22:34 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2010-10-18 14:22:34 +0100 |
commit | 4bdd6a36a2268744575d9f105043033114a9ae0c (patch) | |
tree | 97567cd7bddee6d4db621a2e5e2536fc7d751f3d /browser-plugin | |
parent | ccc9c78873d06ed61ca705188b716acba5146846 (diff) |
browser-plugin: No more resize grip
Diffstat (limited to 'browser-plugin')
-rw-r--r-- | browser-plugin/totem-plugin-viewer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/browser-plugin/totem-plugin-viewer.c b/browser-plugin/totem-plugin-viewer.c index ed360203..73222451 100644 --- a/browser-plugin/totem-plugin-viewer.c +++ b/browser-plugin/totem-plugin-viewer.c @@ -1956,7 +1956,6 @@ totem_embedded_construct (TotemEmbedded *emb, G_CALLBACK (cb_vol), emb); emb->statusbar = TOTEM_STATUSBAR (gtk_builder_get_object (emb->xml, "statusbar")); - gtk_statusbar_set_has_resize_grip (GTK_STATUSBAR (emb->statusbar), FALSE); if (!emb->hidden) { gtk_widget_set_size_request (emb->window, width, height); |