diff options
-rw-r--r-- | editors/gedit/files/patch-plugins_taglist_gedit-taglist-plugin-parser.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/gedit/files/patch-plugins_taglist_gedit-taglist-plugin-parser.c b/editors/gedit/files/patch-plugins_taglist_gedit-taglist-plugin-parser.c new file mode 100644 index 000000000..81f704d8c --- /dev/null +++ b/editors/gedit/files/patch-plugins_taglist_gedit-taglist-plugin-parser.c @@ -0,0 +1,18 @@ +--- plugins/taglist/gedit-taglist-plugin-parser.c.orig Wed Jan 26 19:28:35 2005 ++++ plugins/taglist/gedit-taglist-plugin-parser.c Wed Jan 26 19:28:58 2005 +@@ -276,12 +276,13 @@ + else + { + const char * const *langs_pointer; ++ gchar* lang; + gint i; ++ gint cur_lanking = 1; + + langs_pointer = g_get_language_names (); + +- gchar* lang= (gchar*)xmlGetProp (cur, (const xmlChar*) "lang"); +- gint cur_lanking = 1; ++ lang= (gchar*)xmlGetProp (cur, (const xmlChar*) "lang"); + + /* + * When found a new TagGroup, append the best |