aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-statusbar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-statusbar.c')
-rwxr-xr-xsrc/ephy-statusbar.c3
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);