Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 10, 2010, 7:50:06 PM (14 years ago)
Author:
dafrick
Message:

Done some selective testing and it finally seems to work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/notifications/src/modules/notifications/NotificationQueue.cc

    r7395 r7398  
    100100            NotificationManager::getInstance().unregisterListener(this);
    101101            NotificationManager::getInstance().unregisterQueue(this);
     102
     103            GUIManager::getInstance().getLuaState()->doString("NotificationLayer.removeQueue(\"" + this->getName() +  "\")");
    102104        }
    103105    }
     
    360362        this->targets_.clear();
    361363
     364        //TODO: Do with SubString.
    362365        std::string* pTemp;
    363366        unsigned int index = 0;
Note: See TracChangeset for help on using the changeset viewer.