blam r541 - trunk/src
- From: cmartin svn gnome org
- To: svn-commits-list gnome org
- Subject: blam r541 - trunk/src
- Date: Sun, 6 Apr 2008 16:56:33 +0100 (BST)
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]