Thu, 19 Jul 2007 07:44:24 +0000
- Comment cosmetics
| pidgin/gtkcertmgr.c | file | annotate | diff | comparison | revisions |
--- 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(); }