commit 8b89229eb5ae88ed40438fa789b665817d71a786
Author: Christophe Fergeau <[email protected]>
Date: Thu Mar 18 15:50:22 2010 +0100
fix ipod icon name
The icon themes use multimedia-player-ipod-* as icon names while
libgpod sets multimedia-player-apple-ipod-*, change this prefix to be
the right one
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 bc2be88..9bde001 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-apple-";
+ const char prefix[] = "multimedia-player-";
if (info == NULL) {
return g_strconcat (prefix, "ipod", NULL);
}
------------------------------------------------------------------------------
Download Intel® 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2