src/prefs.c

changeset 1002
0c559888b1fb
parent 986
699ffd08e37f
child 1006
fb2f2a403962
--- a/src/prefs.c	Mon Oct 16 20:14:18 2000 +0000
+++ b/src/prefs.c	Wed Oct 18 02:38:18 2000 +0000
@@ -1982,7 +1982,7 @@
 					text, 5, NULL, NULL, NULL, NULL, 0, 1);
 	gtk_ctree_node_set_row_data(GTK_CTREE(preftree), parent, buddy_page);
 
-	/* FIXME ! We shouldn't be showing this if we're not signed on */
+	/* FIXME ! We should move this to a per-user configuration */
 	text[0] = _("Permit/Deny");
 	node = gtk_ctree_insert_node(GTK_CTREE(preftree), parent, NULL,
 					text, 5, NULL, NULL, NULL, NULL, 0, 1);

mercurial