comparison src/ui.h @ 4167:7002b6f16bdf

[gaim-migrate @ 4396] (00:14:20) Robot101: if anyone with CVS would like to choose between the docklet eating messages if you ask it to queue them, or an occasional crash when returning from away with queued messages, I have a patch to revert ari's 'fix' at http://people.debian.org/~robot101/silly-ari.diff (00:15:05) Robot101: Sean and I agreed that keeping the queued messages in a GSList is better, so if ari could seperate the gtk2ification and the fixing of the crash, without breaking the generic queueing stuff, that'd be peachy (00:15:22) Robot101: in the meantime, the docklet saying it has queued messages, and not letting you read them, is pretty damn obnoxious. (00:16:30) LSchiere: i'll do it committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 02 Jan 2003 05:18:16 +0000
parents fcc6db86f5c7
children ebfb80bbe1ed
comparison
equal deleted inserted replaced
4166:481c51159627 4167:7002b6f16bdf
278 /* Globals in away.c */ 278 /* Globals in away.c */
279 extern struct away_message *awaymessage; 279 extern struct away_message *awaymessage;
280 extern struct away_message *default_away; 280 extern struct away_message *default_away;
281 extern int auto_away; 281 extern int auto_away;
282 extern GtkWidget *awaymenu; 282 extern GtkWidget *awaymenu;
283 extern GtkWidget *awayqueue; 283 extern GtkWidget *clistqueue;
284 extern GtkListStore *awayqueuestore;
285 284
286 /* Globals in buddy.c */ 285 /* Globals in buddy.c */
287 extern GtkWidget *buddies; 286 extern GtkWidget *buddies;
288 extern GtkWidget *bpmenu; 287 extern GtkWidget *bpmenu;
289 extern GtkWidget *blist; 288 extern GtkWidget *blist;