From 3cff1595f08866fb9c22e2bf24e75ed06f6fb423 Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Tue, 21 Feb 2012 13:02:37 -0500 Subject: whoops a struct declaration was removed, this fixes it --- sb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sb.c b/sb.c index 65ccee3..327d208 100644 --- a/sb.c +++ b/sb.c @@ -288,9 +288,9 @@ void history_command() { /*focus on tab after switching, aka title, statusbar, view, etc */ void tab_focus(GtkNotebook *notebook, GtkWidget *page, guint page_num, gpointer user_data) { + struct tab *t = get_tab(NULL, page_num); const char *url = webkit_web_view_get_uri(t->view); const char *title = webkit_web_view_get_title(t->view); - gtk_statusbar_push(GTK_STATUSBAR(w.status), 0, ""); -- cgit v1.2.1