From 6da33b7e273e4656f4b55dbadcafd15244f9f9ee Mon Sep 17 00:00:00 2001 From: mutantturkey Date: Thu, 10 Jun 2010 14:18:11 -0400 Subject: readme keybinding update, added anothe fix for the statusbar --- sb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sb.c b/sb.c index 0bc8567..8fe84ea 100644 --- a/sb.c +++ b/sb.c @@ -240,6 +240,8 @@ g_free(returned); static void tab_focus(GtkNotebook *notebook, GtkNotebookPage *page, guint page_num, gpointer user_data) { + +gtk_statusbar_push(GTK_STATUSBAR(w.status), 0, ""); struct tab *t = get_tab(NULL, page_num); const char *url = webkit_web_view_get_uri(t->view); -- cgit v1.2.3