Always enable the battery and memory applets (when not embedded)

This commit is contained in:
Pierre Pronchery 2009-10-04 13:54:09 +00:00
parent 06aa39192f
commit 79cf65bc3e

View File

@ -141,8 +141,8 @@ static gboolean _on_idle(gpointer data)
Panel * panel = data;
/* FIXME load all plugins, a configuration file or ask the user */
#ifndef EMBEDDED
const char * plugins[] = { "clock", "cpu", "desktop", "lock", "logout",
"main", "pager", "tasks", NULL };
const char * plugins[] = { "battery", "clock", "cpu", "desktop", "lock",
"logout", "main", "memory", "pager", "tasks", NULL };
#else
const char * plugins[] = { "clock", "desktop", "main", "tasks", NULL };
#endif