Fix minor coding errors
[geeqie.git] / src / utilops.c
index e28acb0..26f7854 100644 (file)
@@ -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;