# HG changeset patch # User William Ehlhardt # Date 1184831064 0 # Node ID 284199d26040dce7ee662b5075952148439676e5 # Parent 8b627694bf4a95b53a3165e94a97ecc580cb4e61 - Comment cosmetics diff -r 8b627694bf4a -r 284199d26040 pidgin/gtkcertmgr.c --- a/pidgin/gtkcertmgr.c Thu Jul 19 07:17:24 2007 +0000 +++ b/pidgin/gtkcertmgr.c Thu Jul 19 07:44:24 2007 +0000 @@ -39,7 +39,9 @@ #include "gtkcertmgr.h" - +/***************************************************************************** + * GTK+ main certificate manager * + *****************************************************************************/ typedef struct { GtkWidget *window; @@ -55,6 +57,8 @@ static void certmgr_close_cb(GtkWidget *w, CertMgrDialog *dlg) { + /* TODO: Ignoring the arguments to this function may not be ideal, + but there *should* only be "one dialog to rule them all" at a time*/ pidgin_certmgr_hide(); }