[tor-bugs] #5579 [Vidalia]: Changed Message Log button to stop flashing if user clicks "View log" from a notification window.

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Fri Apr 6 02:22:30 UTC 2012


#5579: Changed Message Log button to stop flashing if user clicks "View log" from
a notification window.
----------------------+-----------------------------------------------------
 Reporter:  Avogadro  |          Owner:  chiiph         
     Type:  defect    |         Status:  new            
 Priority:  normal    |      Milestone:  Vidalia: 0.2.15
Component:  Vidalia   |        Version:  Vidalia: 0.2.17
 Keywords:            |         Parent:                 
   Points:            |   Actualpoints:                 
----------------------+-----------------------------------------------------
 When a notification popup occurs during vidalia startup of tor, the
 message log button on the main window flashes.  If a user clicks the view
 log from the notification popup, it was still keeping the Message Log
 button on the MainWindow flashing until you exited the Message Log and
 clicked on that button.  Added code to stop that from happening.

 Change was made on line 1376:

       if (ret == VMessageBox::ShowLog)
       {
         _warnTimer->stop();
         ui.lblMessageLog->disableFlashing();
         _messageLog->showWindow();
       }

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/5579>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list