Mercurial > pidgin.yaz
changeset 27286:7685f06c7801
Fix a typo I spent way too long staring at.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sun, 28 Jun 2009 06:38:12 +0000 |
parents | d629a42c8340 |
children | 283dea451801 |
files | pidgin/gtkblist-theme-loader.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkblist-theme-loader.c Sun Jun 28 06:28:46 2009 +0000 +++ b/pidgin/gtkblist-theme-loader.c Sun Jun 28 06:38:12 2009 +0000 @@ -176,7 +176,7 @@ else memset(&contact_color, 0, sizeof(GdkColor)); - } purple_debug_warning("gtkblist-theme-loader", "Missing or problem with tags: <buddys> <background>.\n"); + } else purple_debug_warning("gtkblist-theme-loader", "Missing or problem with tags: <buddys> <background>.\n"); } for (i = 0; success && lookups[i].tag; i++) {