blam r685 - trunk/src



Author: cmartin
Date: Tue Mar 10 17:13:35 2009
New Revision: 685
URL: http://svn.gnome.org/viewvc/blam?rev=685&view=rev

Log:
Never hide the tray icon.

Remove the last reference to TrayIcon.Hide() from
UpdateTotalNumberOfUnread().

Modified:
   trunk/src/Application.cs

Modified: trunk/src/Application.cs
==============================================================================
--- trunk/src/Application.cs	(original)
+++ trunk/src/Application.cs	Tue Mar 10 17:13:35 2009
@@ -854,11 +854,6 @@
 
             trayIcon.Tooltip = string.Format (Catalog.GetPluralString ("{0} unread item", "{0} unread items", nrOfUnread),
                                              nrOfUnread);
-            if(nrOfUnread > 0 || !mainWindow.Visible){
-                trayIcon.Show();
-            } else {
-                trayIcon.Hide();
-            }
         }
 
 	public static void SetProcessName(string name)



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