aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormutantturkey <crazycal00@gmail.com>2010-06-10 14:18:11 -0400
committermutantturkey <crazycal00@gmail.com>2010-06-10 14:18:11 -0400
commit6da33b7e273e4656f4b55dbadcafd15244f9f9ee (patch)
treee3b70e06957b28200351d7ccaf3a23084cb520b1
parente514b0931bf445a75c4fd85ef74bb53abaced1c7 (diff)
readme keybinding update, added anothe fix for the statusbar
-rw-r--r--sb.c2
1 files changed, 2 insertions, 0 deletions
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);