diff options
Diffstat (limited to 'fiv.c')
-rw-r--r-- | fiv.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -791,7 +791,8 @@ on_sort_direction(G_GNUC_UNUSED GtkMenuItem *item, gpointer data) } static void -on_notify_view_messages(FivView *view, G_GNUC_UNUSED gpointer user_data) +on_notify_view_messages(FivView *view, G_GNUC_UNUSED GParamSpec *param_spec, + G_GNUC_UNUSED gpointer user_data) { gchar *messages = NULL; g_object_get(view, "messages", &messages, NULL); |