mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Removed comments that prevented applet loading
This commit is contained in:
parent
8f5f3a94ca
commit
bd1f834431
@ -269,13 +269,11 @@ void Panel::read_config(void) {
|
||||
if(hider) hider->hide();
|
||||
}
|
||||
|
||||
#if 0
|
||||
char buf[128];
|
||||
if(r.get("Panel", "applets", buf, sizeof(buf)))
|
||||
load_applets(buf, &r);
|
||||
else
|
||||
load_applets(0, &r);
|
||||
#endif
|
||||
}
|
||||
|
||||
void Panel::save_config(void) {
|
||||
|
Loading…
Reference in New Issue
Block a user