diff src/ui.h @ 8413:f5b0e1a4b0c7

[gaim-migrate @ 9143] Aliases are now shown alongside the screen name in the message queue window. Patch by Kevin Stange. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 09 Mar 2004 02:50:52 +0000
parents a2c5537a814b
children cfb11d9a46fd
line wrap: on
line diff
--- a/src/ui.h	Mon Mar 08 20:13:17 2004 +0000
+++ b/src/ui.h	Tue Mar 09 02:50:52 2004 +0000
@@ -66,6 +66,7 @@
 
 struct queued_message {
 	char name[80];
+	char alias[80];
 	char *message;
 	time_t tm;
 	GaimAccount *account;