mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Removed obsolete program-links, efltk.conf and ede.conf.
Added some additional menu entries. Removed unsed build rules. Fixing autostart code due the latest try_exec() changes.
This commit is contained in:
@ -270,11 +270,11 @@ static void perform_autostart(bool safe) {
|
||||
continue;
|
||||
}
|
||||
|
||||
/* if Hidden key is set true in .desktop file, file MUST be ignored */
|
||||
/* files marked as hidden must be skipped */
|
||||
if(df.hidden())
|
||||
continue;
|
||||
|
||||
if(!(df.try_exec(buf, sizeof(buf)) || df.exec(buf, sizeof(buf))))
|
||||
if(!df.exec(buf, sizeof(buf)))
|
||||
continue;
|
||||
|
||||
DialogEntry* en = new DialogEntry;
|
||||
|
Reference in New Issue
Block a user