From 1ca8c68ecdcc4a5e9610e67d0189254c01a2b164 Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Tue, 7 Jul 2020 12:04:27 +0100 Subject: [PATCH] Fix minor coding errors --- src/search.c | 2 +- src/utilops.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/search.c b/src/search.c index 38c10b08..72464caa 100644 --- a/src/search.c +++ b/src/search.c @@ -3243,7 +3243,7 @@ static void select_collection_dialog_ok_cb(FileDialog *fdlg, gpointer data) g_free(collection); } -static gboolean select_collection_clicked_cb(GtkWidget *widget, gpointer data) +static void select_collection_clicked_cb(GtkWidget *widget, gpointer data) { SearchData *sd = data; FileDialog *fdlg; diff --git a/src/utilops.c b/src/utilops.c index e28acb02..26f7854c 100644 --- a/src/utilops.c +++ b/src/utilops.c @@ -3145,7 +3145,7 @@ void file_util_copy_path_list_to_clipboard(GList *list, gboolean quoted) filelist_free(list); } -static gboolean new_folder_entry_activate_cb(GtkWidget *widget, gpointer data) +static void new_folder_entry_activate_cb(GtkWidget *widget, gpointer data) { GtkDialog *dialog = data; -- 2.20.1