[banshee] [TaskStatusIcon] Disable intermittent hiding
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [TaskStatusIcon] Disable intermittent hiding
- Date: Wed, 22 Sep 2010 17:58:19 +0000 (UTC)
commit 551825b91296c2e8c49359251a87e2ae218ca714
Author: Gabriel Burt <gabriel burt gmail com>
Date: Wed Sep 22 12:57:50 2010 -0500
[TaskStatusIcon] Disable intermittent hiding
.../Banshee.Gui.Widgets/TaskStatusIcon.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TaskStatusIcon.cs b/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TaskStatusIcon.cs
index ad83a4f..9a0ff84 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TaskStatusIcon.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TaskStatusIcon.cs
@@ -58,7 +58,7 @@ namespace Banshee.Gui.Widgets
public TaskStatusIcon ()
{
ShowOnlyBackgroundTasks = true;
- IntermittentVisibility = true;
+ IntermittentVisibility = false;
IntermittentVisibleTime = 2500;
IntermittentHiddenTime = 2 * IntermittentVisibleTime;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]