changeset 2615:919315fcd507

Addl Fix #508: Copy and Move windows scale incorrectly https://github.com/BestImageViewer/geeqie/issues/508
author Colin Clark <colin.clark@cclark.uk>
date Sat, 23 Sep 2017 11:35:02 +0100
parents 242111977be2
children ade287ae8e45
files src/ui_tabcomp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ui_tabcomp.c	Sat Sep 23 11:01:45 2017 +0100
+++ b/src/ui_tabcomp.c	Sat Sep 23 11:35:02 2017 +0100
@@ -936,7 +936,7 @@
 	file_dialog_add_button(td->fd, GTK_STOCK_OK, NULL,
 				 tab_completion_select_ok_cb, TRUE);
 
-	generic_dialog_add_message(GENERIC_DIALOG(td->fd), NULL, title, NULL, TRUE);
+	generic_dialog_add_message(GENERIC_DIALOG(td->fd), NULL, title, NULL, FALSE);
 
 	path = gtk_entry_get_text(GTK_ENTRY(td->entry));
 	if (strlen(path) == 0) path = NULL;