Addl Fix #137: "Copy path" problem (or may be feature)
authorColin Clark <colin.clark@cclark.uk>
Mon, 13 Nov 2017 09:58:48 +0000 (09:58 +0000)
committerColin Clark <colin.clark@cclark.uk>
Mon, 13 Nov 2017 09:58:48 +0000 (09:58 +0000)
https://github.com/BestImageViewer/geeqie/issues/137

Fix error which shows up with clang

src/preferences.c

index f35d834..46d8736 100644 (file)
@@ -573,7 +573,7 @@ static void add_quality_menu(GtkWidget *table, gint column, gint row, const gcha
 }
 
 static void add_clipboard_selection_menu(GtkWidget *table, gint column, gint row, const gchar *text,
-                            guint option, guint *option_c)
+                            gint option, gint *option_c)
 {
        GtkWidget *combo;
        gint current = 0;