summaryrefslogtreecommitdiff
path: root/pluma/pluma-panel.c
diff options
context:
space:
mode:
authorMonsta <[email protected]>2014-10-28 17:31:13 +0300
committerinfirit <[email protected]>2014-12-19 13:56:35 +0100
commit4a79fb544f5c35843d536d73d60bc10f52ba7d4c (patch)
tree732697672e86bf9ed9484e17880f4c297ca6b32a /pluma/pluma-panel.c
parent87eecea6bd7f4568b813ac3853422cd9988c66bd (diff)
downloadpluma-4a79fb544f5c35843d536d73d60bc10f52ba7d4c.tar.bz2
pluma-4a79fb544f5c35843d536d73d60bc10f52ba7d4c.tar.xz
zero-initialize all signals arrays
Diffstat (limited to 'pluma/pluma-panel.c')
-rw-r--r--pluma/pluma-panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pluma/pluma-panel.c b/pluma/pluma-panel.c
index 68438b8a..8e2654a7 100644
--- a/pluma/pluma-panel.c
+++ b/pluma/pluma-panel.c
@@ -81,7 +81,7 @@ enum {
LAST_SIGNAL
};
-static guint signals[LAST_SIGNAL];
+static guint signals[LAST_SIGNAL] = { 0 };
static GObject *pluma_panel_constructor (GType type,
guint n_construct_properties,