summaryrefslogtreecommitdiff
path: root/copy-n-paste
diff options
context:
space:
mode:
Diffstat (limited to 'copy-n-paste')
-rw-r--r--copy-n-paste/eggsmclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/copy-n-paste/eggsmclient.c b/copy-n-paste/eggsmclient.c
index 15b4fad..0cc3818 100644
--- a/copy-n-paste/eggsmclient.c
+++ b/copy-n-paste/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;