From f04c3324843280d9f0a59814e91bfbc61d0ed878 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 28 Sep 2017 16:09:39 -0400 Subject: MqTab: Close tab menu on tree row activation --- 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 * -- cgit v0.9.1