diff options
| author | Mirco Müller <mirco.mueller@ubuntu.com> | 2010-08-20 19:47:49 +0200 |
|---|---|---|
| committer | Mirco Müller <mirco.mueller@ubuntu.com> | 2010-08-20 19:47:49 +0200 |
| commit | 49559c195e2060e32f37939bdec5f5794c378dc0 (patch) | |
| tree | dfb7ab09613e200c8b123787c6351892399cd438 /unity-private/panel | |
| parent | 318c2d7ab2ca85abd682ec5af272aab485634d4e (diff) | |
re-submit the patch for LP: #592787
(bzr r449.1.1)
Diffstat (limited to 'unity-private/panel')
| -rw-r--r-- | unity-private/panel/panel-home-button.vala | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/unity-private/panel/panel-home-button.vala b/unity-private/panel/panel-home-button.vala index 3bb08298b..d36abb29d 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; } |
