swarm: use peersForConversation

Change-Id: I3ad4575ddf9aacca1618e37af211947a5d5f55be
diff --git a/src/GeneralPrefsVC.mm b/src/GeneralPrefsVC.mm
index 85cedf5..b8295a2 100644
--- a/src/GeneralPrefsVC.mm
+++ b/src/GeneralPrefsVC.mm
@@ -54,7 +54,7 @@
 @synthesize avModel;
 @synthesize accountModel;
 
--(id) initWithWindowNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil accountModel:( lrc::api::NewAccountModel*) accountModel avModel: (lrc::api::AVModel*)avModel {
+-(id) initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil accountModel:( lrc::api::NewAccountModel*) accountModel avModel: (lrc::api::AVModel*)avModel {
     if (self =  [self initWithNibName:nibNameOrNil bundle:nibBundleOrNil])
     {
         self.accountModel = accountModel;