Mercurial > geeqie
diff src/ui_bookmark.c @ 694:a3218946bd2d
Sort out log_printf() vs printf_term() mix up.
| author | zas_ |
|---|---|
| date | Tue, 20 May 2008 08:14:35 +0000 |
| parents | fbebf5cf4a55 |
| children | e07895754e65 |
line wrap: on
line diff
--- a/src/ui_bookmark.c Tue May 20 07:52:49 2008 +0000 +++ b/src/ui_bookmark.c Tue May 20 08:14:35 2008 +0000 @@ -147,7 +147,7 @@ g_free(pathl); if (!ssi) { - printf_term(_("Unable to write history lists to: %s\n"), path); + log_printf(_("Unable to write history lists to: %s\n"), path); return FALSE; }
