Test fix for commands

pull/57/head
parent 9e0b1116ef
commit 735a0bb967
No known key found for this signature in database
GPG Key ID: FF1D842BF4DDE92B

@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="111.30122mm"
height="111.3007mm"
viewBox="0 0 111.30122 111.3007"
version="1.1"
id="svg1"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
sodipodi:docname="com.ublinux.libublsettingsui-gtk3.toggled-symbolic.svg.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
inkscape:zoom="0.7349537"
inkscape:cx="149.66929"
inkscape:cy="245.5937"
inkscape:window-width="1920"
inkscape:window-height="1023"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs1" />
<g
inkscape:label="Слой 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-44.137874,-31.569132)">
<path
id="path1"
style="fill:#1a1a1a;stroke-width:0.264583"
d="m 99.788224,31.569132 a 55.650448,55.650448 0 0 0 -55.65035,55.65035 55.650448,55.650448 0 0 0 55.65035,55.650348 55.650448,55.650448 0 0 0 55.650866,-55.650348 55.650448,55.650448 0 0 0 -55.650866,-55.65035 z m 0,8.620146 A 47.030125,47.030125 0 0 1 146.81843,87.219482 47.030125,47.030125 0 0 1 99.788224,134.24969 47.030125,47.030125 0 0 1 52.758537,87.219482 47.030125,47.030125 0 0 1 99.788224,40.189278 Z" />
<circle
style="display:inline;fill:#1a1a1a;stroke-width:0.217619"
id="circle2"
cx="99.788406"
cy="87.219505"
r="45.772301" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="111.30122mm"
height="111.3007mm"
viewBox="0 0 111.30122 111.3007"
version="1.1"
id="svg1"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
sodipodi:docname="com.ublinux.libublsettingsui-gtk3.untoggled-symbolic.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
inkscape:zoom="0.7349537"
inkscape:cx="149.66929"
inkscape:cy="245.5937"
inkscape:window-width="1920"
inkscape:window-height="1023"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs1" />
<g
inkscape:label="Слой 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-44.137874,-31.569132)">
<path
id="path1"
style="fill:#1a1a1a;stroke-width:0.264583"
d="m 99.788224,31.569132 a 55.650448,55.650448 0 0 0 -55.65035,55.65035 55.650448,55.650448 0 0 0 55.65035,55.650348 55.650448,55.650448 0 0 0 55.650866,-55.650348 55.650448,55.650448 0 0 0 -55.650866,-55.65035 z m 0,8.620146 A 47.030125,47.030125 0 0 1 146.81843,87.219482 47.030125,47.030125 0 0 1 99.788224,134.24969 47.030125,47.030125 0 0 1 52.758537,87.219482 47.030125,47.030125 0 0 1 99.788224,40.189278 Z" />
<circle
style="display:none;fill:#1a1a1a;stroke-width:0.217619"
id="circle2"
cx="99.788406"
cy="87.219505"
r="45.772301" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

@ -384,8 +384,8 @@ void yon_save_window_compared_config_init_unfound(template_saving_window *window
int yon_config_parameter_prepare_elements(config_str target, int *size){
int success = 0;
for (int i=0;i<(*size);i++){
char *start_bracket_replaced_string = yon_char_replace(target[i],"[","[\"");
char *end_bracket_replaced_string = yon_char_replace(start_bracket_replaced_string,"]","\"]");
char *start_bracket_replaced_string = yon_char_replace(target[i],"[","[\'");
char *end_bracket_replaced_string = yon_char_replace(start_bracket_replaced_string,"]","\']");
target[i] = end_bracket_replaced_string;
}
return success;

Loading…
Cancel
Save