From ee0c2a1152823f6ea6e714be0e0d035f7daa6482 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Mon, 5 Mar 2012 19:39:00 +0100 Subject: [PATCH] wanda: fix the location of gnome-panel animations Recent gnome-panel moved the fish keyfile and animations. Fix that. https://bugzilla.gnome.org/show_bug.cgi?id=671411 --- js/ui/wanda.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/wanda.js b/js/ui/wanda.js index 632b251ac..6b63803e7 100644 --- a/js/ui/wanda.js +++ b/js/ui/wanda.js @@ -17,7 +17,7 @@ const FISH_NAME = 'wanda'; const FISH_SPEED = 300; const FISH_COMMAND = 'fortune'; -const GNOME_PANEL_PIXMAPDIR = '../gnome-panel/pixmaps'; +const GNOME_PANEL_PIXMAPDIR = '../gnome-panel/fish'; const FISH_GROUP = 'Fish Animation'; const MAGIC_FISH_KEY = 'free the fish';