Bug #391
Status / tray icon can be seen when starting Smuxi
Status: | Closed | Start: | 06/15/2010 | |
Priority: | Low | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 100% |
|
Category: | Frontend GNOME | |||
Target version: | 0.7.2 | |||
Complexity: | Low |
Found in Version: | ||
Votes: | 0 |
Description
When Smuxi starts and the tray icon is not enabled it still can be seen very shortly. This happens because the tray icon gets initialized, then hides and then the settings get applied to either make it visible or not, see:
http://git.qnetp.net/?p=smuxi.git;a=blob;f=src/Frontend-GNOME/Frontend.cs;h=384ceb0581c89a9fc5e92d25da96f76aea430eb9;hb=HEAD#l218
Smuxi should do late initialization of the tray icon then this wouldn't happen.
Associated revisions
Revision 8c85d34c19b71728c29a71f8507bb01c46607e3c
Lazy initialize and refactored the notification icon. (closes: #391)
History
Updated by Mirco Bauer 5273 days ago
- Priority changed from Normal to Low
Updated by Mirco Bauer 5254 days ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 8c85d34c19b71728c29a71f8507bb01c46607e3c.