diff options
author | mutantturkey <crazycal00@gmail.com> | 2010-06-10 14:18:11 -0400 |
---|---|---|
committer | mutantturkey <crazycal00@gmail.com> | 2010-06-10 14:18:11 -0400 |
commit | 6da33b7e273e4656f4b55dbadcafd15244f9f9ee (patch) | |
tree | e3b70e06957b28200351d7ccaf3a23084cb520b1 /sb.c | |
parent | e514b0931bf445a75c4fd85ef74bb53abaced1c7 (diff) |
readme keybinding update, added anothe fix for the statusbar
Diffstat (limited to 'sb.c')
-rw-r--r-- | sb.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |