[ORBit2] * linc2/src/linc-connection.c: (link_connections_close): Convert



commit c7e1ad8a372f32630302ddf7651a54421b08d5a8
Author: Christian Persch <chpe gnome org>
Date:   Mon May 11 18:07:53 2009 +0200

    	* linc2/src/linc-connection.c: (link_connections_close): Convert
    	a FIXME g_warning into a code comment. Bug #581914.
---
 ChangeLog                   |    5 +++++
 linc2/src/linc-connection.c |    5 ++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 24ad0f4..d22d8e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-11  Christian Persch  <chpe gnome org>
+
+	* linc2/src/linc-connection.c: (link_connections_close): Convert
+	a FIXME g_warning into a code comment. Bug #581914.
+
 ========================== 2.14.17 ========================
 
 2009-01-09  Fridrich Strba  <fridrich strba bluewin ch>
diff --git a/linc2/src/linc-connection.c b/linc2/src/linc-connection.c
index dcbe0a1..77bab0f 100644
--- a/linc2/src/linc-connection.c
+++ b/linc2/src/linc-connection.c
@@ -1648,9 +1648,8 @@ link_connections_close (void)
 	if (!cnx)
 		return;
 
-#ifdef G_ENABLE_DEBUG
-	g_warning ("FIXME: Need to shutdown linc connections ...");
-#endif
+	/* FIXME: Need to shutdown linc connections ... */
+
 	for (l = cnx; l; l = l->next)
 		g_object_run_dispose (l->data);
 



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