summaryrefslogtreecommitdiffstats
path: root/src/tab.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-17 02:21:54 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-17 02:21:54 (EDT)
commitaee614a8e32325e217970c81cc0e9a3dcd6a4b83 (patch)
tree9047ae2f2cbb14575499577639d388568ddf930e /src/tab.h
parent55c42fbcaf1c054db61da503aa6fe773cbd0f28a (diff)
downloadmarquee-aee614a8e32325e217970c81cc0e9a3dcd6a4b83.zip
marquee-aee614a8e32325e217970c81cc0e9a3dcd6a4b83.tar.gz
marquee-aee614a8e32325e217970c81cc0e9a3dcd6a4b83.tar.bz2
Revert add_tab() and pass label widgets instead
Diffstat (limited to 'src/tab.h')
-rw-r--r--src/tab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tab.h b/src/tab.h
index 469fb38..5eeda0d 100644
--- a/src/tab.h
+++ b/src/tab.h
@@ -34,7 +34,7 @@ typedef struct {
} MqTab;
MqTab *
-mq_tab_new(gchar *uri, GtkNotebook *notebook);
+mq_tab_new(gchar *uri, GtkWidget *tab_image, GtkWidget *tab_label);
GtkWidget *
mq_tab_get_container(MqTab *tab);