summaryrefslogtreecommitdiff
path: root/gtk/spicy.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/spicy.c')
-rw-r--r--gtk/spicy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/spicy.c b/gtk/spicy.c
index ddda9fa..f139e28 100644
--- a/gtk/spicy.c
+++ b/gtk/spicy.c
@@ -584,7 +584,7 @@ static void recent_add(SpiceSession *session)
gtk_recent_manager_add_full(recent, uri, &meta);
}
-static void main_channel_event(SpiceChannel *channel, enum SpiceChannelEvent event,
+static void main_channel_event(SpiceChannel *channel, SpiceChannelEvent event,
gpointer data)
{
spice_connection *conn = data;