empathy r994 - trunk/src
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r994 - trunk/src
- Date: Sat, 19 Apr 2008 23:07:04 +0100 (BST)
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]