Bug 546074 - nsMIMEInfoUnix and nsOSHelperAppService.cpp does not match to each other. r=dougt

--HG--
extra : rebase_source : ad820f70c9a0958311300dc4b2cd72fed6cf21a1
This commit is contained in:
Oleg Romashin 2010-02-19 00:12:33 +02:00
Родитель a9081687b4
Коммит 53c12b1846
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1211,7 +1211,7 @@ nsresult nsOSHelperAppService::OSProtocolHandlerExists(const char * aProtocolSch
#ifdef MOZ_WIDGET_GTK2
// Check the GConf registry for a protocol handler
*aHandlerExists = nsGNOMERegistry::HandlerExists(aProtocolScheme);
#ifdef MOZ_PLATFORM_MAEMO
#if (MOZ_PLATFORM_MAEMO == 5) && defined (MOZ_ENABLE_GNOMEVFS)
*aHandlerExists = nsMIMEInfoUnix::HandlerExists(aProtocolScheme);
#endif
#endif