summaryrefslogtreecommitdiff
path: root/gtk/conversations_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/conversations_table.c')
-rw-r--r--gtk/conversations_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/conversations_table.c b/gtk/conversations_table.c
index 7ef808d225..a54beac33c 100644
--- a/gtk/conversations_table.c
+++ b/gtk/conversations_table.c
@@ -2586,7 +2586,7 @@ init_conversation_table(gboolean hide_ports, const char *table_name, const char
static void
-ct_nb_switch_page_cb(GtkNotebook *nb, GtkNotebookPage *pg _U_, guint page, gpointer data)
+ct_nb_switch_page_cb(GtkNotebook *nb, gpointer *pg _U_, guint page, gpointer data)
{
GtkWidget *copy_bt = (GtkWidget *) data;
GtkWidget *follow_stream_bt = g_object_get_data(G_OBJECT(nb), FOLLOW_STREAM_BT_KEY);