The "generated" D-Bus signal is published with an int64 as it first

parameter but an int32 is sent instead.

Patch by: João Paulo Rechi Vita <jprvita@profusion.mobi>

--This lina, and those below, will be ignored--

M    ethumb/src/bin/ethumbd.c


SVN revision: 43160
This commit is contained in:
João Paulo Rechi Vita 2009-10-19 14:05:54 +00:00 committed by Rafael Antognolli
parent 2b93b55313
commit d0155d87ee
1 changed files with 1 additions and 1 deletions

View File

@ -1601,7 +1601,7 @@ static struct _Ethumb_DBus_Method_Table _ethumb_dbus_objects_methods[] = {
};
static struct _Ethumb_DBus_Signal_Table _ethumb_dbus_objects_signals[] = {
{"generated", "xayayb"},
{"generated", "iayayb"},
{NULL, NULL}
};