Fix parameter order in help

Calling help in edje_player was showing the wrong order for sending a signal.
The right order is the same of the function edje_object_signal_emit()




SVN revision: 52105
This commit is contained in:
Lucas De Marchi 2010-09-09 20:35:44 +00:00
parent 19c1b1e899
commit 31c1225bd7
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ _slave_mode_help(Evas_Object *edje __UNUSED__, char *args __UNUSED__)
"\t<command> [arguments]\n"
"\n"
"Available commands:\n"
"\tsignal <source> <emission>\n"
"\tsignal <emission> <source>\n"
"\t sends a signal to edje\n"
"\tinfo <part>\n"
"\t Print part geometry: <x>,<y>,<w>,<h>\n"