# # Machekku Gadu-Gadu Gateway Type Fix # # Version: 0.1 # Date: 2005-05-12 # # http://machekku.uaznia.net/jabber/psi/patches/ # # common.cpp | 2 +- # 1 files changed, 1 insertion(+), 1 deletion(-) # diff -X exclude -Naru psi_cvs-2005.05.08/psi/src/common.cpp psi/psi/src/common.cpp --- psi_cvs-2005.05.08/psi/src/common.cpp Thu Apr 7 15:23:26 2005 +++ psi/psi/src/common.cpp Thu May 12 02:46:54 2005 @@ -749,7 +749,7 @@ trans = "msn"; else if (type == "yahoo") trans = "yahoo"; - else if (type == "gadugadu" || type == "x-gadugadu") + else if (type == "gadu-gadu" || type == "x-gadugadu") trans = "gadugadu"; else if (type == "sms") trans = "sms";