comparison src/main.c @ 733:57f759d012c7

Modify set_default_image_overlay_template_string() to accept the pointer to the string to modify and add a generic function to set template_string value.
author zas_
date Thu, 22 May 2008 10:09:07 +0000
parents 2d8a8e892b5e
children 8a8873e7a552
comparison
equal deleted inserted replaced
732:8256c74730e2 733:57f759d012c7
574 { 574 {
575 options->color_profile.input_file[i] = NULL; 575 options->color_profile.input_file[i] = NULL;
576 options->color_profile.input_name[i] = NULL; 576 options->color_profile.input_name[i] = NULL;
577 } 577 }
578 578
579 set_default_image_overlay_template_string(options); 579 set_default_image_overlay_template_string(&options->image_overlay.common.template_string);
580 sidecar_ext_add_defaults(); 580 sidecar_ext_add_defaults();
581 options->layout.order = g_strdup("123"); 581 options->layout.order = g_strdup("123");
582 options->properties.tabs_order = g_strdup(info_tab_default_order()); 582 options->properties.tabs_order = g_strdup(info_tab_default_order());
583 } 583 }
584 584