diff options
| author | Neil Jagdish Patel <njpatel@Pulse> | 2010-07-22 19:40:08 +0200 |
|---|---|---|
| committer | Neil Jagdish Patel <njpatel@Pulse> | 2010-07-22 19:40:08 +0200 |
| commit | 565dab19f60f71925f3a496f1bef56aa1be17436 (patch) | |
| tree | 648fe1421df200306024313ccb9b27e0a9f6ff67 | |
| parent | 630e6a8226d6c07f5dcc3057c42aa4a9f49f769a (diff) | |
Reset stuff
(bzr r397)
| -rw-r--r-- | unity-private/places/places-place-bar.vala | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unity-private/places/places-place-bar.vala b/unity-private/places/places-place-bar.vala index 123c509ea..82c387c90 100644 --- a/unity-private/places/places-place-bar.vala +++ b/unity-private/places/places-place-bar.vala @@ -80,6 +80,8 @@ namespace Unity.Places active_view.entry.active = false; active_view = null; } + + bg.entry_position = 0; } public void active_entry_name (string name) |
