comparison src/ui.h @ 7942:3e268e113bf1

[gaim-migrate @ 8613] Tried to make the about window look nicer/follow the HIG more. Also a small patch from javabsp: This fixes my earlier patch. Sometimes things after hr disappears. This fixes that, and doesn't seem to introduce any issue. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 27 Dec 2003 20:55:55 +0000
parents 1441648fe974
children 1b8261f374ea
comparison
equal deleted inserted replaced
7941:14b8dc2f5408 7942:3e268e113bf1
49 49
50 50
51 /* XXX CUI: away messages aren't really anything more than char* but we need two char*'s 51 /* XXX CUI: away messages aren't really anything more than char* but we need two char*'s
52 * for the UI so that people can name their away messages when they save them. So these 52 * for the UI so that people can name their away messages when they save them. So these
53 * are really a UI function and struct away_message should be removed from the core. */ 53 * are really a UI function and struct away_message should be removed from the core. */
54 /* WTF? How does having a title for something mean that it is part of the UI? */
54 struct away_message { 55 struct away_message {
55 char name[80]; 56 char name[80];
56 char message[2048]; 57 char message[2048];
57 }; 58 };
58 59