- Comment cosmetics soc.2007.certmgr

Thu, 19 Jul 2007 07:44:24 +0000

author
William Ehlhardt <williamehlhardt@gmail.com>
date
Thu, 19 Jul 2007 07:44:24 +0000
branch
soc.2007.certmgr
changeset 18819
f0114d3a5bb1
parent 18818
6460aa4cfa41
child 18820
4151da0055b3

- 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();
 }
 

mercurial