blam r541 - trunk/src



Author: cmartin
Date: Sun Apr  6 16:56:33 2008
New Revision: 541
URL: http://svn.gnome.org/viewvc/blam?rev=541&view=rev

Log:
Always show the tray icon when the window is hidden.

Modified:
   trunk/src/Application.cs

Modified: trunk/src/Application.cs
==============================================================================
--- trunk/src/Application.cs	(original)
+++ trunk/src/Application.cs	Sun Apr  6 16:56:33 2008
@@ -347,6 +347,7 @@
                 break;
             case (Gdk.Key.Escape):
                 mainWindow.Hide ();
+                trayIcon.Show();
                 break;
             case (Gdk.Key.I):
             case (Gdk.Key.i):



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