empathy r994 - trunk/src



Author: xclaesse
Date: Sat Apr 19 22:07:03 2008
New Revision: 994
URL: http://svn.gnome.org/viewvc/empathy?rev=994&view=rev

Log:
Don't forget to give an initial value to GValue.


Modified:
   trunk/src/empathy-filter.c

Modified: trunk/src/empathy-filter.c
==============================================================================
--- trunk/src/empathy-filter.c	(original)
+++ trunk/src/empathy-filter.c	Sat Apr 19 22:07:03 2008
@@ -730,7 +730,7 @@
 #ifdef HAVE_VOIP
 	GPtrArray   *capabilities;
 	GType        cap_type;
-	GValue       cap;
+	GValue       cap = {0, };
 	const gchar *remove = NULL;
 #endif
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]