From 8fc62efb598580ee8521bb71f12d344e768d2da2 Mon Sep 17 00:00:00 2001 From: Olaf Leidinger Date: Sun, 3 Nov 2013 12:23:48 +0100 Subject: [PATCH] make it work for Gnome 3.10 --- src/extension.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extension.js b/src/extension.js index 38a0e2e..f4e3d48 100644 --- a/src/extension.js +++ b/src/extension.js @@ -80,7 +80,7 @@ const TeaTimeFullscreenNotification = new Lang.Class({ this._label = new St.Label({ text: "Your tea is ready!", style_class: "dash-label" }); this._layout.add_child(this._label); - this._lightbox = new imports.ui.lightbox.Lightbox(Main.uiGroup, { fadeInTime: 0.5, fadeOutTime: 0.5 }); + this._lightbox = new imports.ui.lightbox.Lightbox(Main.uiGroup); // Seems not to work on Gnome 3.10 { fadeInTime: 0.5, fadeOutTime: 0.5 } this._lightbox.highlight(this._bin); }, destroy: function() {