Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : libs/e_dbus

Dir     : e17/libs/e_dbus/src/lib/nm


Modified Files:
        e_nm.c 


Log Message:
No need to have both unref and close, only creates ambiguity.

===================================================================
RCS file: /cvs/e/e17/libs/e_dbus/src/lib/nm/e_nm.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_nm.c      4 Nov 2007 07:51:37 -0000       1.2
+++ e_nm.c      24 Nov 2007 13:22:03 -0000      1.3
@@ -24,7 +24,7 @@
 EAPI void
 e_nm_free(E_NM_Context *ctx)
 {
-  e_dbus_connection_unref(ctx->conn);
+  e_dbus_connection_close(ctx->conn);
   free(ctx);
 }
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to