changeset 19035:284199d26040

- Comment cosmetics
author William Ehlhardt <williamehlhardt@gmail.com>
date Thu, 19 Jul 2007 07:44:24 +0000
parents 8b627694bf4a
children caec09fdcc12
files pidgin/gtkcertmgr.c
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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();
 }