summaryrefslogtreecommitdiff
path: root/mate-panel/libegg/eggsmclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/libegg/eggsmclient.c')
-rw-r--r--mate-panel/libegg/eggsmclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/libegg/eggsmclient.c b/mate-panel/libegg/eggsmclient.c
index 24da19b7..2f65a75e 100644
--- a/mate-panel/libegg/eggsmclient.c
+++ b/mate-panel/libegg/eggsmclient.c
@@ -38,7 +38,7 @@ enum {
LAST_SIGNAL
};
-static guint signals[LAST_SIGNAL];
+static guint signals[LAST_SIGNAL] = { 0 };
struct _EggSMClientPrivate {
GKeyFile *state_file;