From: Colin Clark Date: Mon, 13 Nov 2017 09:58:48 +0000 (+0000) Subject: Addl Fix #137: "Copy path" problem (or may be feature) X-Git-Tag: v1.4~24 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=0d8825dac65184ad2d6a8bec5c7954d3046935ee Addl Fix #137: "Copy path" problem (or may be feature) https://github.com/BestImageViewer/geeqie/issues/137 Fix error which shows up with clang --- diff --git a/src/preferences.c b/src/preferences.c index f35d8347..46d8736e 100644 --- a/src/preferences.c +++ b/src/preferences.c @@ -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;