comparison src/conversation.c @ 2139:a14e8459c233

[gaim-migrate @ 2149] one of these days i really need to sit down and figure out if any of this actually works like i think it does. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 09 Aug 2001 16:44:10 +0000
parents cfa83a1b3d49
children 13a1695a9ba8
comparison
equal deleted inserted replaced
2138:cfa83a1b3d49 2139:a14e8459c233
835 g_free(buf2); 835 g_free(buf2);
836 g_free(buf); 836 g_free(buf);
837 return; 837 return;
838 } 838 }
839 if (plugin_return) { 839 if (plugin_return) {
840 gtk_editable_delete_text(GTK_EDITABLE(c->entry), 0, -1);
840 g_free(buffy); 841 g_free(buffy);
841 g_free(buf2); 842 g_free(buf2);
842 g_free(buf); 843 g_free(buf);
843 return; 844 return;
844 } 845 }