Load hider too.

This commit is contained in:
Sanel Zukan 2013-06-06 09:04:42 +00:00
parent 2726a2af37
commit 932e2c85fd
1 changed files with 2 additions and 0 deletions

View File

@ -244,6 +244,8 @@ void Panel::read_config(void) {
/* try to load applets even if panel configuration isn't present */
if(E_UNLIKELY(r.load("ede-panel") == false)) {
load_applets();
hider = new Hider();
add(hider);
return;
}