summaryrefslogtreecommitdiff
diff options
authorDidier Roche <didier.roche@canonical.com>2012-02-07 16:26:48 +0100
committerDidier Roche <didier.roche@canonical.com>2012-02-07 16:26:48 +0100
commit0e0bc49247e03abafef9873cddcb024ef429ed05 (patch)
treea10fadf2aa734a8c19e20beefb9664cd1d8ff53a
parent92aeb2c47c8f4a7eaa3ee2304990741df8b5dd72 (diff)
additional cherry-pick
(bzr r55.3.582)
-rw-r--r--plugins/unityshell/src/LauncherOptions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/unityshell/src/LauncherOptions.cpp b/plugins/unityshell/src/LauncherOptions.cpp
index c77045371..6c8dd7b79 100644
--- a/plugins/unityshell/src/LauncherOptions.cpp
+++ b/plugins/unityshell/src/LauncherOptions.cpp
@@ -36,7 +36,7 @@ Options::Options()
edge_responsiveness = 1.0f;
edge_reveal_pressure = 2000;
edge_stop_velocity = 4500;
- hide_mode = LAUNCHER_HIDE_DODGE_WINDOWS;
+ hide_mode = LAUNCHER_HIDE_NEVER;
icon_size = 48;
launch_animation = LAUNCH_ANIMATION_PULSE;
tile_size = 54;
@@ -59,4 +59,4 @@ Options::Options()
}
-} \ No newline at end of file
+}