Author: Daniel Baumann <daniel@debian.org>
Description: Fixing icon directory.

Index: asunder/src/main.c
===================================================================
--- asunder.orig/src/main.c	2010-07-24 10:34:57.000000000 +0200
+++ asunder/src/main.c	2010-07-24 10:37:18.000000000 +0200
@@ -96,8 +96,8 @@
     global_prefs = get_default_prefs();
     load_prefs(global_prefs);
     
-    add_pixmap_directory(PACKAGE_DATA_DIR "/pixmaps");
-    debugLog("Pixmap dir: " PACKAGE_DATA_DIR "/pixmaps\n");
+    add_pixmap_directory(PACKAGE_DATA_DIR "/icons");
+    debugLog("Pixmap dir: " PACKAGE_DATA_DIR "/icons\n");
     
     win_main = create_main();
     album_artist = lookup_widget(win_main, "album_artist");
