Mercurial > pidgin
graph
-
Prevent sprintf(%s, NULL) when the icon type isn't recognized.Fri, 27 Apr 2007 20:21:41 +0000, by Daniel Atallah
-
Fix the g_return_if_fail() guards that prevent setting more than one dataFri, 27 Apr 2007 18:56:41 +0000, by Richard Laager
-
Fix a bug in the imgstore code that I caught because of the fatal asserts in the test code.Fri, 27 Apr 2007 18:17:09 +0000, by Richard Laager
-
Use fatal asserts unconditionally in the test code. Perhaps this could be better integrated in some way, but this works.Fri, 27 Apr 2007 18:16:43 +0000, by Richard Laager
-
Add the fatal asserts enabling code to Finch. I'm uneasy about putting this in libpurple, because then a fatal-asserts-enabled libpurple would kill any UI that had a glib debug error, which might not even be in libpurple. I'm not sure we want that, though it may not matter since this is for debugging only.Fri, 27 Apr 2007 18:07:24 +0000, by Richard Laager
-
Fix a compiler warning about an unused variable. This was introduced when I committed khc's last patch.Fri, 27 Apr 2007 18:03:38 +0000, by Richard Laager