Replacing None type by null list - purple.c
authorRagner Magalhaes <ragner.magalhaes@openbossa.org>
Fri, 12 Dec 2008 14:11:58 +0000 (14:11 +0000)
committerAnderson Briglia <anderson.briglia@openbossa.org>
Sat, 28 Feb 2009 21:11:24 +0000 (17:11 -0400)
commitb9169833ee9bfca5465b1a7db7bcf19cc0881b35
tree54dfb5f8b9a06d63fe3a83275628f3b7e0f219f5
parent14e5eeb47b8ddc28b1d35fa74126e3cf18ace098
Replacing None type by null list - purple.c

Function that returns lists now returning null list instead None type
    to prevent "TypeError: 'NoneType' object is not interable" in
    "for loop"

Signed-off-by: Ragner Magalhaes <agner.magalhaes@openbossa.org>
Acked-by: Ricardo Guimaraes <ricardo.guimaraes@openbossa.org>

git-svn-id: https://garage.maemo.org/svn/carman/branches/carman-0.7-beta2/python-purple@1702 596f6dd7-e928-0410-a184-9e12fd12cf7e
purple.c