aboutsummaryrefslogtreecommitdiff
path: root/src/background.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/background.vala')
-rw-r--r--src/background.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/background.vala b/src/background.vala
index 0158488..967e9f9 100644
--- a/src/background.vala
+++ b/src/background.vala
@@ -422,7 +422,7 @@ public class Background : Gtk.Fixed
timer = new AnimateTimer (AnimateTimer.ease_in_out, 700);
timer.animate.connect (animate_cb);
- resize_mode = Gtk.ResizeMode.QUEUE;
+ resize_mode = Gtk.ResizeMode.QUEUE;
loaders = new HashTable<string?, BackgroundLoader> (str_hash, str_equal);