diff options
-rw-r--r-- | src/tab-chrome.c | 2 |
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 |