The "generated" D-Bus signal is published with an int64 as it first
parameter but an int32 is sent instead.

-- 
João Paulo Rechi Vita
ProFUSION embedded systems
[email protected]
Index: src/bin/ethumbd.c
===================================================================
--- src/bin/ethumbd.c	(revision 43121)
+++ src/bin/ethumbd.c	(working copy)
@@ -1601,7 +1601,7 @@
 };
 
 static struct _Ethumb_DBus_Signal_Table _ethumb_dbus_objects_signals[] = {
-  {"generated", "xayayb"},
+  {"generated", "iayayb"},
   {NULL, NULL}
 };
 
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to