adium: fix chat dictionary creation
commit9cc42fe3fe566e6b8616e2df2c7cf4f21aaed855
authorStefan Becker <chemobejk@gmail.com>
Thu, 15 Jan 2015 17:04:53 +0000 (15 19:04 +0200)
committerStefan Becker <chemobejk@gmail.com>
Thu, 15 Jan 2015 17:07:05 +0000 (15 19:07 +0200)
treecede8830fcf6123eb33320c8a52af158b14e9105
parentd72ede1778827a924a51952ae7230669fd891a94
adium: fix chat dictionary creation

dictionaryWithObjectsAndKeys: expects object then key, not the other way
around. We also don't need a NSMutableDictionary.

Replace one occurence of NSLog() with AILog().
src/adium/DCPurpleSIPEJoinChatViewController.m
src/adium/ESPurpleSIPEAccount.m