--- a/src/9panel.c Tue Apr 01 17:29:23 2008 +0200
+++ b/src/9panel.c Tue Apr 01 17:32:34 2008 +0200
@@ -766,7 +766,6 @@ groups_filter_by_app_name(GList *groups,
static const char *lookup_datadir[] = {
- "./icons/",
"/usr/share/icons/%theme%/%size%/apps/",
"/usr/share/icons/%theme%/%size%/categories/",
"/usr/share/icons/%theme%/%size%/actions/",
@@ -777,7 +776,9 @@ static const char *lookup_datadir[] = {
"/usr/share/icons/%theme%/%size%/places/",
"/usr/share/icons/%theme%/%size%/status/",
"/usr/share/icons/%theme%/%size%/actions/",
+ "/usr/share/pixmaps",
"/usr/share/icons",
+ "./icons/",
NULL
};