summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--egg/eggsmclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/egg/eggsmclient.c b/egg/eggsmclient.c
index 15b4fad..0cc3818 100644
--- a/egg/eggsmclient.c
+++ b/egg/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;