[evolution-patches] 64011, c99ism in addressbook




--
Michael Zucchi <notzed ximian com>
"born to die, live to work, it's all downhill from here"
Novell's Evolution and Free Software Developer
Index: addressbook/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/ChangeLog,v
retrieving revision 1.1816
diff -u -3 -r1.1816 ChangeLog
--- addressbook/ChangeLog	21 Aug 2004 21:53:41 -0000	1.1816
+++ addressbook/ChangeLog	27 Aug 2004 07:35:44 -0000
@@ -1,3 +1,11 @@
+2004-08-27  Not Zed  <NotZed Ximian com>
+
+	** See bug #64011.
+
+	* gui/component/addressbook-view.c (edit_addressbook_cb): Remove
+	double ;; in declaration section (c99 extension).  From Vincent
+	Noel <vnoel cox net>.
+
 2004-08-20  Chris Toshok  <toshok ximian com>
 
 	* gui/component/component-factory.c (factory): remove the dead
Index: addressbook/gui/component/addressbook-view.c
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/component/addressbook-view.c,v
retrieving revision 1.17
diff -u -3 -r1.17 addressbook-view.c
--- addressbook/gui/component/addressbook-view.c	19 Aug 2004 20:33:11 -0000	1.17
+++ addressbook/gui/component/addressbook-view.c	27 Aug 2004 07:35:45 -0000
@@ -752,7 +752,7 @@
 {
 	AddressbookViewPrivate *priv = view->priv;
 	ESource *selected_source;
-	const char *uid;;
+	const char *uid;
 	EditorUidClosure *closure;
 
 	selected_source =


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