diff src/conversation.c @ 2831:cf50045c0167

[gaim-migrate @ 2844] i love this. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 02 Dec 2001 07:49:27 +0000
parents 51999a36c0b1
children e0eeda0a9ab9
line wrap: on
line diff
--- a/src/conversation.c	Sun Dec 02 07:40:07 2001 +0000
+++ b/src/conversation.c	Sun Dec 02 07:49:27 2001 +0000
@@ -925,7 +925,7 @@
 			do_error_dialog(_("Unable to send message: too large"), _("Message Error"));
 		else
 			do_error_dialog(_("Unable to send message: Unknown reason"), _("Message Error"));
-	} else {
+	} else if (err > 0) {
 		gtk_editable_delete_text(GTK_EDITABLE(c->entry), 0, -1);
 
 		if (away_options & OPT_AWAY_BACK_ON_IM) {