GNOME Bugzilla – Bug 601934
[PATCH] Fix gtksourceview's guess_language method
Last modified: 2009-11-16 19:07:10 UTC
The guess_language method of a SourceLanguageManager object allows either the filename or content_type parameter to be null. This patches Vala to not give a warning when null parameters are passed.
Created attachment 147751 [details] [review] $ git diff > patch Here's the patch. I just ran 'git diff > patch', let me know if that's fine.
commit 447faae6d1433f37abd02fb207d13c2f99e26f9f Author: James Campos <james.r.campos@gmail.com> Date: Mon Nov 16 11:05:02 2009 -0800 gtksourceview-2.0: Fix gtksourceview's guess_language method. Fixes bug 601934.