Let it compile again.

SVN revision: 26214
This commit is contained in:
David Walter Seikel 2006-09-29 09:28:36 +00:00
parent 965166056b
commit 9201a62908
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ _test_object_init(Ecore_DBus_Server *svr)
printf("init object!\n");
if (!svr) return;
obj = ecore_dbus_object_add(svr, "/org/enlightenment/test");
ecore_dbus_object_method_add(obj, "org.enlightenment.Test", "Test", _test_object_test);
ecore_dbus_object_method_add(obj, "org.enlightenment.Test", "Test", _test_object_test, NULL);
}
#else