Exemplo n.º 1
0
void
ManagedFileListWidget::Unprepare()
{
#ifdef HAVE_DOWNLOAD_MANAGER
  Timer::Cancel();

  if (Net::DownloadManager::IsAvailable())
    Net::DownloadManager::RemoveListener(*this);

  ClearNotification();
#endif

  DeleteWindow();
}
Exemplo n.º 2
0
 ~DelayedNotify() {
   ClearNotification();
 }
Exemplo n.º 3
0
 ~Notify() {
   ClearNotification();
 }