Addl Fix #508: Copy and Move windows scale incorrectly
authorColin Clark <colin.clark@cclark.uk>
Sat, 23 Sep 2017 10:35:02 +0000 (11:35 +0100)
committerColin Clark <colin.clark@cclark.uk>
Sat, 23 Sep 2017 10:35:02 +0000 (11:35 +0100)
https://github.com/BestImageViewer/geeqie/issues/508

src/ui_tabcomp.c

index f6497a2..950895e 100644 (file)
@@ -936,7 +936,7 @@ static void tab_completion_select_show(TabCompData *td)
        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;