From 428bb1f46a63555c4d1e7efd535badaa37a86d2d Mon Sep 17 00:00:00 2001 From: Wolfgang R Date: Wed, 22 Oct 2014 13:02:27 +0200 Subject: [PATCH] fixed blinking history on selecting a history item --- randomwallpaper@iflow.productions/extension.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/randomwallpaper@iflow.productions/extension.js b/randomwallpaper@iflow.productions/extension.js index 080b2d8..3287671 100644 --- a/randomwallpaper@iflow.productions/extension.js +++ b/randomwallpaper@iflow.productions/extension.js @@ -72,6 +72,7 @@ let RandomWallpaperEntry = new Lang.Class({ // reset it if needed this.menu.actor.connect('hide', function() { wallpaperController.setWallpaper(_this.history[0]); + _this.setHistoryList(); }); }, @@ -94,7 +95,6 @@ let RandomWallpaperEntry = new Lang.Class({ tmp.actor.connect('button-press-event', function(actor) { wallpaperController.setWallpaper(historyid); - _this.setHistoryList(); }); this.historySection.addMenuItem(tmp);