summaryrefslogtreecommitdiffstats
path: root/src/tab-chrome.c
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-01 05:39:35 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-01 05:39:35 (EDT)
commitc6916781d566bb027e6873f4d99abbde274df200 (patch)
tree74a3cbf4e290d5b998af0a31947da054fd18ddb8 /src/tab-chrome.c
parent06f7d046509945a917ee8f5ca9fd9c57c8e88e3c (diff)
downloadmarquee-c6916781d566bb027e6873f4d99abbde274df200.zip
marquee-c6916781d566bb027e6873f4d99abbde274df200.tar.gz
marquee-c6916781d566bb027e6873f4d99abbde274df200.tar.bz2
MqTabChrome: Switch to about tab
Diffstat (limited to 'src/tab-chrome.c')
-rw-r--r--src/tab-chrome.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tab-chrome.c b/src/tab-chrome.c
index abaf5a2..5c36ffb 100644
--- a/src/tab-chrome.c
+++ b/src/tab-chrome.c
@@ -341,6 +341,8 @@ about_clicked_cb(GtkButton __attribute__((unused)) *button, MqTabChrome *chrome)
{
mq_tab_new("about:", chrome->tab);
gtk_widget_hide(chrome->menu_popover);
+ /* TODO: Hack: */
+ gtk_notebook_next_page(GTK_NOTEBOOK(chrome->tab->window->notebook));
}
static void