diff options
-rw-r--r-- | src/tab.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 * |