[gnome-shell] wanda: fix the location of gnome-panel animations



commit ee0c2a1152823f6ea6e714be0e0d035f7daa6482
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Mon Mar 5 19:39:00 2012 +0100

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/wanda.js b/js/ui/wanda.js
index 632b251..6b63803 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';



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]