Mercurial > pidgin.yaz
changeset 19037:d33d3203bbeb
- Add label field to PidginCertificateManager
author | William Ehlhardt <williamehlhardt@gmail.com> |
---|---|
date | Thu, 19 Jul 2007 08:10:19 +0000 |
parents | caec09fdcc12 |
children | 5040616cace9 |
files | pidgin/gtkcertmgr.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkcertmgr.h Thu Jul 19 08:00:05 2007 +0000 +++ b/pidgin/gtkcertmgr.h Thu Jul 19 08:10:19 2007 +0000 @@ -39,6 +39,8 @@ struct _PidginCertificateManager { /** Create, configure, show, and return the management interface */ GtkWidget * (* build)(void); + /** Notebook label to use in the CertMgr dialog */ + gchar *label; }; /**************************************************************************/