X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=src%2Fui_pathsel.c;h=f0bc582fced56a9e27765b3c4f4ced791e9cb289;hp=7abc511fd048335740e65193569381333dc7e45f;hb=e436ea53511e1dadab981af18b237fee83fde39b;hpb=2dfa5f58107ba16e171e2e65524859a42b057742 diff --git a/src/ui_pathsel.c b/src/ui_pathsel.c index 7abc511f..f0bc582f 100644 --- a/src/ui_pathsel.c +++ b/src/ui_pathsel.c @@ -346,7 +346,7 @@ static void dest_dnd_set_data(GtkWidget *view, gchar **uris = uris_from_filelist(list); gboolean ret = gtk_selection_data_set_uris(selection_data, uris); - if (!ret) + if (!ret) { char *str = g_strjoinv("\r\n", uris); ret = gtk_selection_data_set_text(selection_data, str, -1);