|
|
|
@ -105,7 +105,7 @@ void yon_ubl_settings_window_set_standard_callbacks(template_main_window *widget
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (!yon_char_is_empty(get_global_command)){
|
|
|
|
if (!yon_char_is_empty(get_global_command)){
|
|
|
|
g_signal_connect(G_OBJECT(widgets->LoadCustomMenuItem),"activate",G_CALLBACK(__on_config_custom_load),NULL);
|
|
|
|
g_signal_connect(G_OBJECT(widgets->LoadCustomMenuItem),"activate",G_CALLBACK(__on_config_custom_load),NULL);
|
|
|
|
g_signal_connect(G_OBJECT(widgets->SaveCustomMenuItem),"activate",G_CALLBACK(__on_config_custom_load),NULL);
|
|
|
|
g_signal_connect(G_OBJECT(widgets->SaveCustomMenuItem),"activate",G_CALLBACK(__on_config_custom_save),NULL);
|
|
|
|
config_get_custom_command = yon_char_new(get_custom_command);
|
|
|
|
config_get_custom_command = yon_char_new(get_custom_command);
|
|
|
|
config_set_custom_command = yon_char_replace_single(get_custom_command,"get","set");
|
|
|
|
config_set_custom_command = yon_char_replace_single(get_custom_command,"get","set");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|