summaryrefslogtreecommitdiffstats
path: root/src/tab.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab.c')
-rw-r--r--src/tab.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tab.c b/src/tab.c
index 3db9f45..7ad667c 100644
--- a/src/tab.c
+++ b/src/tab.c
@@ -180,6 +180,7 @@ row_activated_cb(GtkTreeView __attribute__((unused)) *tree_view,
indices = gtk_tree_path_get_indices_with_depth(tree_path, &depth);
g_assert(depth == 1);
mq_window_set_current_tab(tab->window, indices[0] + 1);
+ gtk_widget_hide(tab->popover);
}
static GtkWidget *