summarylogtreecommitdiffstats
path: root/autohide-evbox.patch
diff options
context:
space:
mode:
authorQue Quotion2017-06-01 01:42:44 +0900
committerQue Quotion2017-06-01 01:42:44 +0900
commit8e7729d1d63bdec0acbddedddcd94c974074006b (patch)
treecc411fd4ca115cf6e15b7092e78e2fb2573ceb3f /autohide-evbox.patch
parentb099aaecd33abf81db21456271e5a7137cdd05be (diff)
downloadaur-8e7729d1d63bdec0acbddedddcd94c974074006b.tar.gz
autohide is ready to ship!
Diffstat (limited to 'autohide-evbox.patch')
-rw-r--r--autohide-evbox.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/autohide-evbox.patch b/autohide-evbox.patch
index 1f0c35fb6e4f..cf8d65dc02c0 100644
--- a/autohide-evbox.patch
+++ b/autohide-evbox.patch
@@ -56,7 +56,7 @@
//Services.BackgroundManager.get_default ().initialize (this.monitor_number, panel_height);
- Timeout.add (300 / panel_height, animation_step);
-+ Timeout.add (100 / panel_height, animation_step);
++ timeout = Timeout.add (100 / panel_height, animation_step);
+ }
+
+ private bool on_idle () {