banshee r3133 - in branches/banshee/stable: . src/Plugins/Banshee.Plugins.NotificationAreaIcon
- From: abock svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r3133 - in branches/banshee/stable: . src/Plugins/Banshee.Plugins.NotificationAreaIcon
- Date: Fri, 1 Feb 2008 20:40:11 +0000 (GMT)
Author: abock
Date: Fri Feb 1 20:40:11 2008
New Revision: 3133
URL: http://svn.gnome.org/viewvc/banshee?rev=3133&view=rev
Log:
2008-02-01 Aaron Bockover <abock gnome org>
* src/Plugins/Banshee.Plugins.NotificationAreaIcon/NotificationAreaIconPlugin.cs:
Use Visible instead of IsActive when hiding the main window; fixes the
Alt+F4 problem, BNC #257350
Modified:
branches/banshee/stable/ChangeLog
branches/banshee/stable/src/Plugins/Banshee.Plugins.NotificationAreaIcon/NotificationAreaIconPlugin.cs
Modified: branches/banshee/stable/src/Plugins/Banshee.Plugins.NotificationAreaIcon/NotificationAreaIconPlugin.cs
==============================================================================
--- branches/banshee/stable/src/Plugins/Banshee.Plugins.NotificationAreaIcon/NotificationAreaIconPlugin.cs (original)
+++ branches/banshee/stable/src/Plugins/Banshee.Plugins.NotificationAreaIcon/NotificationAreaIconPlugin.cs Fri Feb 1 20:40:11 2008
@@ -241,7 +241,7 @@
private void ShowHideMainWindow()
{
- if (InterfaceElements.MainWindow.IsActive) {
+ if (InterfaceElements.MainWindow.Visible) {
SaveWindowSizePosition();
InterfaceElements.MainWindow.Visible = false;
} else {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]