Mercurial > pidgin.yaz
view console/gntaccount.h @ 14349:2816a4a0fcc2
[gaim-migrate @ 17052]
Change our invisible character to something a little smaller. I'm
changing it from the character used by Ubuntu to the character
used by Red Hat/Fedora. The Ubuntu character looks ridiculously
huge on my FC5 system.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 26 Aug 2006 20:24:04 +0000 |
parents | c65ed4f6eea8 |
children | 81650a27f253 |
line wrap: on
line source
#ifndef _GNT_ACCOUNT_H #define _GNT_ACCOUNT_H #include "account.h" GaimAccountUiOps *gg_accounts_get_ui_ops(void); void gg_accounts_init(void); void gg_accounts_uninit(void); void gg_accounts_show_all(void); #endif