From 03110aad38b148ab2fe0b6ad0e67b2904fb2aae0 Mon Sep 17 00:00:00 2001 From: Andrej Kacian Date: Tue, 11 Jul 2017 00:12:22 +0200 Subject: [PATCH] Fix a typo. --- src/toolbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toolbar.c b/src/toolbar.c index 18356836b..ca8385572 100644 --- a/src/toolbar.c +++ b/src/toolbar.c @@ -156,7 +156,7 @@ static void toolbar_unmark_cb (GtkWidget *widget, static void toolbar_lock_cb (GtkWidget *widget, gpointer data); -static void toolbar_ulock_cb (GtkWidget *widget, +static void toolbar_unlock_cb (GtkWidget *widget, gpointer data); static void toolbar_all_read_cb (GtkWidget *widget, -- 2.25.1