The clock applet wants to be the last one

This commit is contained in:
Pierre Pronchery 2009-08-08 03:04:09 +00:00
parent 5210f626eb
commit 9754a44d6c

View File

@ -49,7 +49,7 @@ PanelApplet applet =
NULL,
_clock_init,
_clock_destroy,
PANEL_APPLET_POSITION_END,
PANEL_APPLET_POSITION_LAST,
NULL
};