diff -r b170960b024b -r 714456337da2 pidgin/gtkutils.c --- a/pidgin/gtkutils.c Sat Oct 31 19:28:45 2009 +0000 +++ b/pidgin/gtkutils.c Sat Oct 31 19:42:18 2009 +0000 @@ -3416,7 +3416,6 @@ do { DWORD nameSize = 256; wchar_t start[256]; - /* I don't think we need to worry about non-ASCII protocol names */ ret = RegEnumKeyExW(HKEY_CLASSES_ROOT, idx++, start, &nameSize, NULL, NULL, NULL, NULL); if (ret == ERROR_SUCCESS) {