Mercurial > geeqie
comparison src/ui_bookmark.c @ 515:adc45cd3f08b
Use only one secure_fprintf() call instead of two.
author | zas_ |
---|---|
date | Thu, 24 Apr 2008 15:44:43 +0000 |
parents | f4410db9c934 |
children | b7e99bfeadc9 |
comparison
equal
deleted
inserted
replaced
514:f4410db9c934 | 515:adc45cd3f08b |
---|---|
150 { | 150 { |
151 printf_term(_("Unable to write history lists to: %s\n"), path); | 151 printf_term(_("Unable to write history lists to: %s\n"), path); |
152 return FALSE; | 152 return FALSE; |
153 } | 153 } |
154 | 154 |
155 secure_fprintf(ssi, "#History lists\n"); | 155 secure_fprintf(ssi, "#History lists\n\n"); |
156 secure_fprintf(ssi, "\n"); | |
157 | 156 |
158 list = g_list_last(history_list); | 157 list = g_list_last(history_list); |
159 while(list && secsave_errno == SS_ERR_NONE) | 158 while(list && secsave_errno == SS_ERR_NONE) |
160 { | 159 { |
161 HistoryData *hd; | 160 HistoryData *hd; |