one dialog-show is enough
This commit is contained in:
parent
5b9bd7ae4d
commit
2a5b1040d3
1 changed files with 1 additions and 1 deletions
|
@ -1292,6 +1292,7 @@ do_save_xml_from_proptree(const SGPropertyNode * node)
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////
|
||||||
// Command setup.
|
// Command setup.
|
||||||
////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////
|
||||||
|
@ -1342,7 +1343,6 @@ static struct {
|
||||||
{ "dialog-new", do_dialog_new },
|
{ "dialog-new", do_dialog_new },
|
||||||
{ "dialog-show", do_dialog_show },
|
{ "dialog-show", do_dialog_show },
|
||||||
{ "dialog-close", do_dialog_close },
|
{ "dialog-close", do_dialog_close },
|
||||||
{ "dialog-show", do_dialog_show },
|
|
||||||
{ "dialog-update", do_dialog_update },
|
{ "dialog-update", do_dialog_update },
|
||||||
{ "dialog-apply", do_dialog_apply },
|
{ "dialog-apply", do_dialog_apply },
|
||||||
{ "presets-commit", do_presets_commit },
|
{ "presets-commit", do_presets_commit },
|
||||||
|
|
Loading…
Reference in a new issue