comparison src/options.h @ 2830:5d88a8dfa364

Fix #160: Replace print dialog by standard GTK dialog https://github.com/BestImageViewer/geeqie/issues/160 Does not include proof print.
author Colin Clark <colin.clark@cclark.uk>
date Thu, 20 Sep 2018 19:29:39 +0100
parents d0c6c5ae586b
children ac46f4e545a4
comparison
equal deleted inserted replaced
2829:7e126fa60a5f 2830:5d88a8dfa364
299 struct { 299 struct {
300 gunichar star; 300 gunichar star;
301 gunichar rejected; 301 gunichar rejected;
302 } star_rating; 302 } star_rating;
303 303
304 /* Printer */
305 struct {
306 gchar *font;
307 gint text_fields;
308 } printer;
309
304 gboolean read_metadata_in_idle; 310 gboolean read_metadata_in_idle;
305 }; 311 };
306 312
307 ConfOptions *options; 313 ConfOptions *options;
308 CommandLine *command_line; 314 CommandLine *command_line;