[Xfce4-commits] [apps/xfce4-screensaver] 160/425: zero-init signals array
noreply at xfce.org
noreply at xfce.org
Mon Oct 15 01:50:07 CEST 2018
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfce4-screensaver.
commit e54ce9cf54ed6cec762038899b988c95fbb14170
Author: monsta <monsta at inbox.ru>
Date: Tue Oct 28 17:51:44 2014 +0300
zero-init signals array
---
src/gs-lock-plug.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gs-lock-plug.c b/src/gs-lock-plug.c
index c5facf8..1efaeab 100644
--- a/src/gs-lock-plug.c
+++ b/src/gs-lock-plug.c
@@ -158,7 +158,7 @@ enum
PROP_STATUS_MESSAGE
};
-static guint lock_plug_signals [LAST_SIGNAL];
+static guint lock_plug_signals [LAST_SIGNAL] = { 0 };
G_DEFINE_TYPE (GSLockPlug, gs_lock_plug, GTK_TYPE_PLUG)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list