Mercurial > pidgin
view src/win32/systray.h @ 5461:7883082c290a
[gaim-migrate @ 5852]
Matt Weber (mrweber) writes:
" This patch fixes the buffer used for setting away messages, which in turn fixes HTML away messages set
by a direct call to serv_set_away[_all] as opposed to do_away_message. Also changed strncpy to
strncpy_withhtml to maintain consistency with how it's done in do_away_message."
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Tue, 20 May 2003 18:15:25 +0000 |
parents | cf718383cd60 |
children | 9657e243d001 |
line wrap: on
line source
/* * systray.h * * Author: Herman Bloggs <hermanator12002@yahoo.com> * Date: November, 2002 * Description: Gaim systray functionality */ #ifndef _SYSTRAY_H_ #define _SYSTRAY_H_ extern void wgaim_systray_init(void); extern void wgaim_created_loginwin( GtkWidget* ); extern void wgaim_systray_cleanup(void); extern void wgaim_systray_minimize( GtkWidget* ); extern void wgaim_systray_maximize( GtkWidget* ); #endif /* _SYSTRAY_H_ */