[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs