r1255@localhost: muntyan | 2005-12-04 04:22:45 -0600

XXX comments
This commit is contained in:
Yevgen Muntyan 2005-12-04 16:26:18 +00:00
parent 1dcab83e51
commit 314e055d70

View File

@ -885,6 +885,7 @@ moo_lang_mgr_get_lang_for_file (MooLangMgr *mgr,
#ifdef MOO_USE_XDGMIME
/* XXX: xdgmime wants utf8-encoded filename here. is it a problem? */
/* It's a big problem! */
mime_type = xdg_mime_get_mime_type_for_file (filename, NULL);
@ -921,6 +922,7 @@ moo_lang_mgr_get_lang_for_filename (MooLangMgr *mgr,
#ifdef MOO_USE_XDGMIME
/* XXX: xdgmime wants utf8-encoded filename here. is it a problem? */
/* It's a big problem! */
mime_type = xdg_mime_get_mime_type_from_file_name (filename);