diff pidgin/gtknotify.c @ 19653:941965d6fd88

Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 05 Sep 2007 22:33:22 +0000
parents bd18c02bba9f
children 44b4e8bd759b
line wrap: on
line diff
--- a/pidgin/gtknotify.c	Wed Sep 05 12:56:35 2007 +0000
+++ b/pidgin/gtknotify.c	Wed Sep 05 22:33:22 2007 +0000
@@ -801,7 +801,7 @@
 				if(b->label) {
 					button = gtk_button_new_with_label(b->label);
 				} else {
-					purple_debug_warning("gtknotify", "Missing button label");
+					purple_debug_warning("gtknotify", "Missing button label\n");
 				}
 				break;
 			case PURPLE_NOTIFY_BUTTON_CONTINUE: