From d0f1011e869717484e94cda4e922071b5f82ec32 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 21 Sep 2017 23:57:34 -0400 Subject: MqTabChrome: Drop saving of tab image and label --- (limited to 'src/tab.c') diff --git a/src/tab.c b/src/tab.c index 223b751..b8a7b52 100644 --- a/src/tab.c +++ b/src/tab.c @@ -64,7 +64,7 @@ mq_tab_new(gchar *uri, GtkWidget *tab_image, GtkWidget *tab_label) tab = malloc(sizeof(*tab)); tab->tab_image = tab_image; tab->tab_label = tab_label; - tab->chrome = mq_tab_chrome_new(uri, tab_image, tab_label); + tab->chrome = mq_tab_chrome_new(uri); tab->body = mq_tab_body_new(uri); tab->web_view = mq_tab_body_get_web_view(tab->body); /* FIXME: Doesn't work? */ -- cgit v0.9.1