From: lucas Date: Thu, 9 Sep 2010 20:35:44 +0000 (+0000) Subject: Fix parameter order in help X-Git-Tag: submit/2.0alpha-wayland/20121127.221958~1059 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bebca8b4f83b0ebe4d848e4bcb7f1525129966cd;p=profile%2Fivi%2Fedje.git 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() git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@52105 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/bin/edje_player.c b/src/bin/edje_player.c index 2c8d54b..27b9b89 100644 --- a/src/bin/edje_player.c +++ b/src/bin/edje_player.c @@ -137,7 +137,7 @@ _slave_mode_help(Evas_Object *edje __UNUSED__, char *args __UNUSED__) "\t [arguments]\n" "\n" "Available commands:\n" - "\tsignal \n" + "\tsignal \n" "\t sends a signal to edje\n" "\tinfo \n" "\t Print part geometry: ,,,\n"