diff options
Diffstat (limited to 'applets/clock/calendar-window.c')
-rw-r--r-- | applets/clock/calendar-window.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/applets/clock/calendar-window.c b/applets/clock/calendar-window.c index 2a6de2f1..b19d3e2b 100644 --- a/applets/clock/calendar-window.c +++ b/applets/clock/calendar-window.c @@ -52,11 +52,11 @@ #endif enum { -EDIT_LOCATIONS, -LAST_SIGNAL + EDIT_LOCATIONS, + LAST_SIGNAL }; -static guint signals[LAST_SIGNAL]; +static guint signals[LAST_SIGNAL] = { 0 }; struct _CalendarWindowPrivate { GtkWidget *calendar; |