summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/notebook.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/notebook.c b/src/notebook.c
index 2a85601..274a486 100644
--- a/src/notebook.c
+++ b/src/notebook.c
@@ -170,8 +170,7 @@ create_tab_tree_model(MqNotebook *notebook, GtkTreeIter **select_tree_iter)
}
static void
-tab_tree_row_activated_cb(GtkTreeView G_GNUC_UNUSED *tree_view,
- GtkTreePath *tree_path,
+tab_tree_row_activated_cb(GtkTreeView *tree_view, GtkTreePath *tree_path,
GtkTreeViewColumn G_GNUC_UNUSED *tree_view_column, MqNotebook *notebook)
{
GtkTreeModel *tree_model;