Home
last modified time | relevance | path

Searched refs:with_rename (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/geeqie/geeqie-1.6/src/
H A Doptions.h74 gboolean with_rename; member
H A Doptions.c92 options->with_rename = FALSE; in init_options()
H A Dpreferences.c429 options->with_rename = c_options->with_rename; in config_window_apply()
3261 GtkWidget *with_rename; in config_tab_behavior() local
3332with_rename = pref_checkbox_new_int(group, _("Use \"With Rename\" as default for Copy/Move dialogs… in config_tab_behavior()
3333 options->with_rename, &c_options->with_rename); in config_tab_behavior()
3334 gtk_widget_set_tooltip_text(with_rename,"Change the default button for Copy/Move dialogs"); in config_tab_behavior()
H A Drcfile.c354 WRITE_NL(); WRITE_BOOL(*options, with_rename); in write_global_attributes()
790 if (READ_BOOL(*options, with_rename)) continue; in load_global_params()
H A Dutilops.c1598 if (options->with_rename) in file_util_dialog_init_dest_folder()