mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Ok let's see:
* DND now should work reasonable (still not finished DND on icons) * Added menus (icon specific, desktop) * Icon renaming works too * Some code to change icons fonts (unfinished) * Desktop main instance will be now first created and then call rest of init data. This will allow init data to re-use desktop instance and peek it's own data (area() for example). Previously, calling such functions would crash app since constructor didn't finished with creation of desktop instance.
This commit is contained in:
@ -354,5 +354,5 @@ char* get_basename(const char* path) {
|
||||
if(p)
|
||||
return (p + 1);
|
||||
|
||||
return (char*) path;
|
||||
return (char*)path;
|
||||
}
|
||||
|
Reference in New Issue
Block a user