Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : libs/e_dbus

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


Modified Files:
        e_dbus.c 


Log Message:
Use deprecated call until build server uses newer dbus.

===================================================================
RCS file: /cvs/e/e17/libs/e_dbus/src/lib/dbus/e_dbus.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_dbus.c    19 Jun 2008 12:50:11 -0000      1.6
+++ e_dbus.c    19 Jun 2008 15:53:06 -0000      1.7
@@ -133,7 +133,7 @@
   hd->watch = watch;
 
   hd->enabled = dbus_watch_get_enabled(watch);
-  hd->fd = dbus_watch_get_unix_fd(hd->watch);
+  hd->fd = dbus_watch_get_fd(hd->watch);
   DEBUG(5, "watch add (enabled: %d)\n", hd->enabled);
   if (hd->enabled) e_dbus_fd_handler_add(hd);
 }



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to