mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Allow ede-launch arguments to be quoted or unquoted
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user