adium: fix compilation on OS X 10.7
commit21a12f0ee5f2ae0da4f6f1738e5832cafd7e7ee3
authorStefan Becker <chemobejk@gmail.com>
Fri, 30 May 2014 08:01:25 +0000 (30 11:01 +0300)
committerStefan Becker <chemobejk@gmail.com>
Sat, 31 May 2014 07:05:00 +0000 (31 10:05 +0300)
tree2fb243d2b0a8776d8fdaf3660b43000c7e4e7e59
parent3dcf220eb04a27de022bf6ad11645171f2a94641
adium: fix compilation on OS X 10.7

NSDictionary doesn't seem to have a [] access operator on Mac OS X 10.7
(and older?). Replace it with [obj objectForKey:key].

(cherry picked from commit e433eeb410870e0f08af7a93a21c9e674b53429b)
src/adium/ESSIPEAccountViewController.m