From: Eric W. <war...@us...> - 2001-12-02 07:49:30
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv27677 Modified Files: conversation.c Log Message: i love this. Index: conversation.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/conversation.c,v retrieving revision 1.308 retrieving revision 1.309 diff -u -d -r1.308 -r1.309 --- conversation.c 2001/12/02 00:35:33 1.308 +++ conversation.c 2001/12/02 07:49:27 1.309 @@ -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) { |