X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=src%2Fui_fileops.c;h=c4466fcfa44c3765aca3ee7a92f412383b347977;hp=c614e9678ab51e782f4746e76db666606203aa0b;hb=324129463b17052472ce473df3e253bee6476837;hpb=9c47109d3aa65663b0c95d454dadca43ce0ba7f4 diff --git a/src/ui_fileops.c b/src/ui_fileops.c index c614e967..c4466fcf 100644 --- a/src/ui_fileops.c +++ b/src/ui_fileops.c @@ -42,6 +42,8 @@ #include "md5-util.h" #include "filefilter.h" +#include "secure_save.h" + /* *----------------------------------------------------------------------------- * generic file information and manipulation routines (public) @@ -56,6 +58,8 @@ void print_term(const gchar *text_utf8) text_l = g_locale_from_utf8(text_utf8, -1, NULL, NULL, NULL); fputs((text_l) ? text_l : text_utf8, stderr); + if(command_line && command_line->ssi) + secure_fputs(command_line->ssi, (text_l) ? text_l : text_utf8); g_free(text_l); }