Mercurial > geeqie.yaz
diff src/main.c @ 354:5c82855feba7
Add a button to reset fullscreen info string to default value.
author | zas_ |
---|---|
date | Sun, 13 Apr 2008 12:24:42 +0000 |
parents | 15c6b94545a2 |
children | 384eed18df04 |
line wrap: on
line diff
--- a/src/main.c Sun Apr 13 12:12:44 2008 +0000 +++ b/src/main.c Sun Apr 13 12:24:42 2008 +0000 @@ -18,6 +18,7 @@ #include "dnd.h" #include "editors.h" #include "filelist.h" +#include "fullscreen.h" #include "image-overlay.h" #include "img-view.h" #include "layout.h" @@ -1178,11 +1179,7 @@ options->color_profile.input_name[i] = NULL; } - options->fullscreen.info = g_strdup("%collection%(%number%/%total%) <b>%name%</b>\n" - "%res%|%date%|%size%\n" - "%fAperture%|%fShutterSpeed%|%fISOSpeedRating%|%fFocalLength%|%fExposureBias%\n" - "%fCamera%|%fFlash%"); - + set_default_fullscreen_info(options); sidecar_ext_add_defaults(); }