Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : libs/e_dbus

Dir     : e17/libs/e_dbus/src/bin


Modified Files:
        hal.c test.c 


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

===================================================================
RCS file: /cvs/e/e17/libs/e_dbus/src/bin/hal.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- hal.c       29 Oct 2007 02:20:47 -0000      1.1
+++ hal.c       24 Nov 2007 13:22:03 -0000      1.2
@@ -822,7 +822,7 @@
 #endif
   ecore_list_destroy(storage_devices);
   ecore_list_destroy(volumes);
-  e_dbus_connection_unref(conn);
+  e_dbus_connection_close(conn);
   e_dbus_shutdown();
   ecore_string_shutdown();
   ecore_shutdown();
===================================================================
RCS file: /cvs/e/e17/libs/e_dbus/src/bin/test.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- test.c      29 Oct 2007 02:20:47 -0000      1.1
+++ test.c      24 Nov 2007 13:22:03 -0000      1.2
@@ -93,7 +93,7 @@
   if (conn)
   {
     if (_setup(conn)) ecore_main_loop_begin();
-    e_dbus_connection_unref(conn);
+    e_dbus_connection_close(conn);
   }
 
   e_dbus_shutdown();



-------------------------------------------------------------------------
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