diff options
| author | Neil Jagdish Patel <neil.patel@canonical.com> | 2010-07-16 09:43:18 +0100 |
|---|---|---|
| committer | Neil Jagdish Patel <neil.patel@canonical.com> | 2010-07-16 09:43:18 +0100 |
| commit | 7b2e42d95fd40528e1138ec9e34b16e21b9f25af (patch) | |
| tree | 64d0347660e821d287bbf790b8f8c222aae9f4a8 /targets | |
| parent | fa601a0abb9140cec4d17b0069566ed88faebbf7 (diff) | |
| parent | 6eb9004da91da12aeead308c5a8ef745bb43b1d6 (diff) | |
[merge] global search
(bzr r378)
Diffstat (limited to 'targets')
| -rw-r--r-- | targets/mutter/plugin.vala | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/targets/mutter/plugin.vala b/targets/mutter/plugin.vala index ea6b38935..3a5261278 100644 --- a/targets/mutter/plugin.vala +++ b/targets/mutter/plugin.vala @@ -331,7 +331,7 @@ namespace Unity fullscreen_obstruction = false; } } - + public uint32 get_current_time () { return Mutter.MetaDisplay.get_current_time (Mutter.MetaScreen.get_display (plugin.get_screen ())); @@ -615,6 +615,8 @@ namespace Unity while (Gtk.events_pending ()) Gtk.main_iteration (); + + places.hidden (); } public void show_unity () @@ -651,6 +653,8 @@ namespace Unity plugin.get_normal_window_group ().animate (Clutter.AnimationMode.EASE_OUT_QUAD, 100, "opacity", 0); places.animate (Clutter.AnimationMode.EASE_OUT_QUAD, 100, "opacity", 255); + + places.shown (); } } |
