Mercurial > hg > soniczoomios
diff presetManager.mm @ 29:fabb3a5cdfc9
Timed session improvements. Desperate pathetic attempts to send a simple HTTP POST.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Fri, 22 Feb 2013 17:41:38 +0000 |
parents | ae4d2c3ce5e0 |
children | c0a6f7c66719 |
line wrap: on
line diff
--- a/presetManager.mm Mon Feb 18 11:45:05 2013 +0000 +++ b/presetManager.mm Fri Feb 22 17:41:38 2013 +0000 @@ -166,7 +166,7 @@ } //--------------------------------------------------------------------------- void PresetManager::showNameDialog(){ - if(!presetAlertShowing){ // this is to stop wierd infinite loop in ios5 (simulator) + if(!presetAlertViewController.alertShowing){ // this is to stop wierd infinite loop in ios5 (simulator) presetAlertShowing = true; [presetAlertViewController showPresetNamePrompt]; @@ -263,8 +263,7 @@ cout << root; presetFile << root; - - + } //---------------------------------------------------------------------------