Sun, 28 Jun 2009 06:38:12 +0000
Fix a typo I spent way too long staring at.
| pidgin/gtkblist-theme-loader.c | file | annotate | diff | comparison | revisions |
--- 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++) {