summaryrefslogtreecommitdiff
path: root/unity-private/panel
diff options
authorNeil Jagdish Patel <njpatel@Pulse>2010-08-02 10:35:58 +0100
committerNeil Jagdish Patel <njpatel@Pulse>2010-08-02 10:35:58 +0100
commit18c9e74fa14c3f3a827135dac67e05bb25ab093b (patch)
treee192e69b4d166286c498ff58abf6a2b521d00109 /unity-private/panel
parent73a28cac4ac822ed3f0f62e1e936464bf8798496 (diff)
Remove extra visuals off panel
(bzr r412)
Diffstat (limited to 'unity-private/panel')
-rw-r--r--unity-private/panel/panel-home-button.vala10
1 files changed, 4 insertions, 6 deletions
diff --git a/unity-private/panel/panel-home-button.vala b/unity-private/panel/panel-home-button.vala
index eb8651d25..3bb08298b 100644
--- a/unity-private/panel/panel-home-button.vala
+++ b/unity-private/panel/panel-home-button.vala
@@ -95,8 +95,8 @@ namespace Unity.Panel
warning ("Could not load active-state bg-texture: %s", e.message);
}
- set_background_for_state (Ctk.ActorState.STATE_NORMAL, bfb_bg_normal);
- set_background_for_state (Ctk.ActorState.STATE_PRELIGHT, bfb_bg_prelight);
+ //set_background_for_state (Ctk.ActorState.STATE_NORMAL, bfb_bg_normal);
+ //set_background_for_state (Ctk.ActorState.STATE_PRELIGHT, bfb_bg_prelight);
set_background_for_state (Ctk.ActorState.STATE_ACTIVE, bfb_bg_active);
search_shown = false;
@@ -186,8 +186,8 @@ namespace Unity.Panel
{
if (mode == ShellMode.MINIMIZED)
{
- set_background_for_state (Ctk.ActorState.STATE_NORMAL, bfb_bg_normal);
- set_background_for_state (Ctk.ActorState.STATE_PRELIGHT, bfb_bg_prelight);
+ //set_background_for_state (Ctk.ActorState.STATE_NORMAL, bfb_bg_normal);
+ //set_background_for_state (Ctk.ActorState.STATE_PRELIGHT, bfb_bg_prelight);
set_background_for_state (Ctk.ActorState.STATE_ACTIVE, bfb_bg_active);
search_shown = false;
}
@@ -199,8 +199,6 @@ namespace Unity.Panel
search_shown = true;
}
- debug ("MODE_CHANGED");
-
do_queue_redraw ();
}