| 750 { |
750 { |
| 751 PurpleBlistNode *node = purple_blist_get_root(); |
751 PurpleBlistNode *node = purple_blist_get_root(); |
| 752 const char *dirname = purple_buddy_icons_get_cache_dir(); |
752 const char *dirname = purple_buddy_icons_get_cache_dir(); |
| 753 |
753 |
| 754 // TODO: TEMP |
754 // TODO: TEMP |
| 755 old_icons_dir = g_strdup("/home/rlaager/.gaim/icons"); |
755 //old_icons_dir = g_strdup("/home/rlaager/.gaim/icons"); |
| 756 |
756 |
| 757 /* Doing this once here saves having to check it inside a loop. */ |
757 /* Doing this once here saves having to check it inside a loop. */ |
| 758 if (old_icons_dir != NULL) |
758 if (old_icons_dir != NULL) |
| 759 { |
759 { |
| 760 if (!g_file_test(dirname, G_FILE_TEST_IS_DIR)) |
760 if (!g_file_test(dirname, G_FILE_TEST_IS_DIR)) |