Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_dbus


Modified Files:
        ecore_dbus_object.c 


Log Message:

typo. should be member, not method

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_dbus/ecore_dbus_object.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ecore_dbus_object.c 29 Sep 2006 03:05:21 -0000      1.3
+++ ecore_dbus_object.c 3 Oct 2006 02:19:14 -0000       1.4
@@ -156,7 +156,7 @@
    ecore_list_append(obj->methods, m);
 
    /* add match to server for this method */
-   snprintf(buf, sizeof(buf), 
"type=method_call,path=%s,interface=%s,method=%s", obj->path, interface, 
method_name);
+   snprintf(buf, sizeof(buf), 
"type=method_call,path=%s,interface=%s,member=%s", obj->path, interface, 
method_name);
    ecore_dbus_method_add_match(obj->server, buf, NULL, NULL, NULL);
 
    return m;



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to