changeset 2666:4aebea1b0d5c

Addl Fix #137: "Copy path" problem (or may be feature) https://github.com/BestImageViewer/geeqie/issues/137 Fix error which shows up with clang
author Colin Clark <colin.clark@cclark.uk>
date Mon, 13 Nov 2017 09:58:48 +0000
parents 89f913549674
children 07fe0499a310
files src/preferences.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/preferences.c	Sat Nov 11 14:53:53 2017 +0000
+++ b/src/preferences.c	Mon Nov 13 09:58:48 2017 +0000
@@ -573,7 +573,7 @@
 }
 
 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;