blam r685 - trunk/src
- From: cmartin svn gnome org
- To: svn-commits-list gnome org
- Subject: blam r685 - trunk/src
- Date: Tue, 10 Mar 2009 17:13:35 +0000 (UTC)
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]