hellosiyan / Viewnior

Elegant Image Viewer
https://siyanpanayotov.com/project/viewnior/
GNU General Public License v3.0
319 stars 55 forks source link

Delete-dialog fix for filenames with escape-character #112

Closed phosit closed 2 years ago

phosit commented 2 years ago

Fixes #73

BwackNinja commented 2 years ago

Better fix is to replace g_strdup_printf with g_markup_printf_escaped on line 1677 of vnr-window.c

phosit commented 2 years ago

I didn't know this function. It is the better solution. Thank you

hellosiyan commented 2 years ago

Thank you @phosit and @BwackNinja