Fix a typo I spent way too long staring at.

Sun, 28 Jun 2009 06:38:12 +0000

author
Paul Aurich <darkrain42@pidgin.im>
date
Sun, 28 Jun 2009 06:38:12 +0000
changeset 27446
bdfd3385d327
parent 27445
b8bbf88abd0f
child 27447
9749222444d5

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++) {

mercurial