]> git.saurik.com Git - cydia.git/commitdiff
added fixme where issue remains.
authorGrant Paul <chpwn@chpwn.com>
Thu, 23 Sep 2010 05:16:54 +0000 (22:16 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 30 Sep 2010 10:42:38 +0000 (10:42 +0000)
Cydia.mm

index 7bbc68fb1ebfcc792fa1af534aa09cea84a980dd..5753deeaeceafbf18c4e6e549c1b05235f42fc9b 100644 (file)
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -8250,6 +8250,8 @@ static _finline void _setHomePage(Cydia *self) {
 }
 
 - (void) applicationSuspend:(__GSEvent *)event {
+    // FIXME: This needs to be fixed, but we no longer have a progress_.
+    //        What's the best solution?
     if (hud_ == nil)// && ![progress_ isRunning])
         [super applicationSuspend:event];
 }