Allow ede-launch arguments to be quoted or unquoted

This commit is contained in:
Sanel Zukan
2009-10-03 09:06:05 +00:00
parent 4d10320856
commit 7398386ad5
2 changed files with 44 additions and 5 deletions

View File

@@ -117,7 +117,7 @@ static void background_conf_cb(Fl_Widget*, void*) {
}
static void icons_conf_cb(Fl_Widget*, void*) {
edelib::run_async("ede-launch \"ede-desktop-conf --icons\"");
edelib::run_async("ede-launch ede-desktop-conf --icons");
}
static int desktop_xmessage_handler(int event) {