From: Colin Clark Date: Tue, 7 Jul 2020 11:04:27 +0000 (+0100) Subject: Fix minor coding errors X-Git-Tag: v1.6~36 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=1ca8c68ecdcc4a5e9610e67d0189254c01a2b164 Fix minor coding errors --- 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;