mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Add it to loader
This commit is contained in:
parent
a486d1b3bf
commit
7313d248e3
@ -404,7 +404,6 @@ int Panel::handle(int e) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Panel::load_applets(void) {
|
void Panel::load_applets(void) {
|
||||||
#if 0
|
|
||||||
/* FIXME: hardcoded order */
|
/* FIXME: hardcoded order */
|
||||||
static const char *applets[] = {
|
static const char *applets[] = {
|
||||||
"start_menu.so",
|
"start_menu.so",
|
||||||
@ -414,6 +413,7 @@ void Panel::load_applets(void) {
|
|||||||
"taskbar.so",
|
"taskbar.so",
|
||||||
"keyboard_layout.so",
|
"keyboard_layout.so",
|
||||||
"cpu_monitor.so",
|
"cpu_monitor.so",
|
||||||
|
"mem_monitor.so",
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -428,8 +428,7 @@ void Panel::load_applets(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
mgr.fill_group(this);
|
mgr.fill_group(this);
|
||||||
#endif
|
#if 0
|
||||||
|
|
||||||
mgr.load("./applets/start-menu/start_menu.so");
|
mgr.load("./applets/start-menu/start_menu.so");
|
||||||
mgr.load("./applets/quick-launch/quick_launch.so");
|
mgr.load("./applets/quick-launch/quick_launch.so");
|
||||||
mgr.load("./applets/pager/pager.so");
|
mgr.load("./applets/pager/pager.so");
|
||||||
@ -439,4 +438,5 @@ void Panel::load_applets(void) {
|
|||||||
mgr.load("./applets/cpu-monitor/cpu_monitor.so");
|
mgr.load("./applets/cpu-monitor/cpu_monitor.so");
|
||||||
mgr.load("./applets/mem-monitor/mem_monitor.so");
|
mgr.load("./applets/mem-monitor/mem_monitor.so");
|
||||||
mgr.fill_group(this);
|
mgr.fill_group(this);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user