--- a/libpurple/protocols/msn/notification.c Thu Feb 18 09:20:29 2010 +0000 +++ b/libpurple/protocols/msn/notification.c Thu Feb 18 09:22:01 2010 +0000 @@ -1549,11 +1549,7 @@ * 6: Album * 7: ? */ -#if GLIB_CHECK_VERSION(2,6,0) strings = g_strv_length(cmedia_array); -#else - while (cmedia_array[++strings] != NULL); -#endif if (strings >= 4 && !strcmp(cmedia_array[2], "1")) { if (user->extinfo == NULL)