# HG changeset patch # User Elliott Sales de Andrade # Date 1321640570 0 # Node ID a1253e91981e6317ee329f38267dd58d3f60f62f # Parent 5111d364fa4940969dd0910cf96abe9731e3eaaf Fix an infinite loop if there's a tag in the theme header that we don't understand. diff -r 5111d364fa49 -r a1253e91981e pidgin/gtkconv.c --- a/pidgin/gtkconv.c Fri Nov 18 18:11:18 2011 +0000 +++ b/pidgin/gtkconv.c Fri Nov 18 18:22:50 2011 +0000 @@ -5099,6 +5099,7 @@ g_free(format); } else { + cur++; continue; }