From: <rl...@us...> - 2006-09-12 09:04:13
|
Revision: 17260 http://svn.sourceforge.net/gaim/?rev=17260&view=rev Author: rlaager Date: 2006-09-12 02:04:04 -0700 (Tue, 12 Sep 2006) Log Message: ----------- Angel Marin pointed out this mistake. Modified Paths: -------------- trunk/libgaim/gaim-url-handler Modified: trunk/libgaim/gaim-url-handler =================================================================== --- trunk/libgaim/gaim-url-handler 2006-09-12 07:05:27 UTC (rev 17259) +++ trunk/libgaim/gaim-url-handler 2006-09-12 09:04:04 UTC (rev 17260) @@ -234,7 +234,7 @@ account = findaccount(protocol) - if command.lower() == "sendIM": + if command.lower() == "sendim": goim(account, screenname, params.get("m")) elif command.lower() == "chat": gochat(account, {"room": screenname}) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |