aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.c
diff options
context:
space:
mode:
authorGravatar Jake Probst <jake.probst@gmail.com>2011-02-17 14:41:52 -0800
committerGravatar Jake Probst <jake.probst@gmail.com>2011-02-17 14:41:52 -0800
commitbf3ffb03fd15377022f0cbffcbb041ec1812fb49 (patch)
treeb9d29ed5cd902b47a48e16f9a3569e393d9ad3b1 /src/uzbl-core.c
parent8bbc39b83f362896f133c8cb054dc4f2773c5232 (diff)
menu_image_add is now not totally useless and gives the image url as an argument
Diffstat (limited to 'src/uzbl-core.c')
-rw-r--r--src/uzbl-core.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/uzbl-core.c b/src/uzbl-core.c
index 877dbda..5953a11 100644
--- a/src/uzbl-core.c
+++ b/src/uzbl-core.c
@@ -1398,7 +1398,8 @@ move_statusbar() {
}
g_object_unref(uzbl.gui.scrolled_win);
g_object_unref(uzbl.gui.mainbar);
- gtk_widget_grab_focus (GTK_WIDGET (uzbl.gui.web_view));
+ if (!uzbl.state.plug_mode)
+ gtk_widget_grab_focus (GTK_WIDGET (uzbl.gui.web_view));
return;
}