commit ec49b5c9e7683d57632e2e1539b8dd77aaffca4a
Author: Christophe Fergeau <cferg...@mandriva.com>
Date:   Fri Mar 19 10:02:17 2010 +0100

    Revert "fix ipod icon name"
    
    The previous naming was actually right, I was misled by buggy icon
    themes which used a wrong icon name for ipods.

 tools/generic-callout.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/generic-callout.c b/tools/generic-callout.c
index 9bde001..bc2be88 100644
--- a/tools/generic-callout.c
+++ b/tools/generic-callout.c
@@ -288,7 +288,7 @@ get_color_name (const Itdb_IpodInfo *info)
 static char *
 get_icon_name (const Itdb_IpodInfo *info)
 {
-       const char prefix[] = "multimedia-player-";
+       const char prefix[] = "multimedia-player-apple-";
        if (info == NULL) {
                return g_strconcat (prefix, "ipod", NULL);
        }

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to