summaryrefslogtreecommitdiff
path: root/shell/ev-sidebar-attachments.c
diff options
context:
space:
mode:
authorMonsta <[email protected]>2014-10-28 17:06:56 +0300
committerinfirit <[email protected]>2014-12-08 21:46:03 +0100
commit327620edb07c573f7d96719288603058baaf27aa (patch)
treebbe4422442b92db14a810a962c73340486cec7a2 /shell/ev-sidebar-attachments.c
parentbf5e5fcff80a294fd4d6e051d777ba7f9ecb76a4 (diff)
downloadatril-327620edb07c573f7d96719288603058baaf27aa.tar.bz2
atril-327620edb07c573f7d96719288603058baaf27aa.tar.xz
zero-init all signals arrays
Diffstat (limited to 'shell/ev-sidebar-attachments.c')
-rw-r--r--shell/ev-sidebar-attachments.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-sidebar-attachments.c b/shell/ev-sidebar-attachments.c
index 989c60d5..9b8ee6c8 100644
--- a/shell/ev-sidebar-attachments.c
+++ b/shell/ev-sidebar-attachments.c
@@ -56,7 +56,7 @@ enum {
N_SIGNALS
};
-static guint signals[N_SIGNALS];
+static guint signals[N_SIGNALS] = { 0 };
struct _EvSidebarAttachmentsPrivate {
GtkWidget *icon_view;