mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Small refactoring
This commit is contained in:
@@ -308,6 +308,7 @@ int DesktopIcon::drag_icon_y(void) {
|
||||
void DesktopIcon::rename(const char* str) {
|
||||
if(!str)
|
||||
return;
|
||||
|
||||
if(settings->name == str)
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user