diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-11-11 00:53:28 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-11-11 00:53:28 +0800 |
commit | 621962485a23186a0f5871abdb83a3d672f9e026 (patch) | |
tree | beed0ae1fbb6404164852ff119a0f6d5af2ffe91 /src/ephy-statusbar.c | |
parent | 2adb51b91a4bef0ee4cec877932b833b572f411a (diff) | |
download | gsoc2013-epiphany-621962485a23186a0f5871abdb83a3d672f9e026.tar.gz gsoc2013-epiphany-621962485a23186a0f5871abdb83a3d672f9e026.tar.zst gsoc2013-epiphany-621962485a23186a0f5871abdb83a3d672f9e026.zip |
Add resize grip. Fixes bug #137845.
2004-11-10 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-statusbar.c: (ephy_statusbar_init):
Add resize grip. Fixes bug #137845.
Diffstat (limited to 'src/ephy-statusbar.c')
-rwxr-xr-x | src/ephy-statusbar.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ephy-statusbar.c b/src/ephy-statusbar.c index 6a59fa105..5491ea54f 100755 --- a/src/ephy-statusbar.c +++ b/src/ephy-statusbar.c @@ -195,8 +195,7 @@ ephy_statusbar_init (EphyStatusbar *t) gtk_box_reorder_child (GTK_BOX (t), t->priv->icon_container, 0); gtk_widget_show (t->priv->icon_container); - /* FIXME: enable this when gtk+ bug 73359 is fixed */ - gtk_statusbar_set_has_resize_grip (GTK_STATUSBAR (t), FALSE); + gtk_statusbar_set_has_resize_grip (GTK_STATUSBAR (t), TRUE); create_statusbar_progress (t); create_statusbar_security_icon (t); |