gtk/gtkprefs.c

changeset 15116
037b787407ba
parent 14972
053c6beb8958
child 15387
88e708944e3c
--- a/gtk/gtkprefs.c	Tue Nov 28 08:44:12 2006 +0000
+++ b/gtk/gtkprefs.c	Tue Nov 28 09:05:34 2006 +0000
@@ -967,6 +967,11 @@
 
 static void network_ip_changed(GtkEntry *entry, gpointer data)
 {
+	/*
+	 * TODO: It would be nice if we could validate this and show a
+	 *       red background in the box when the IP address is invalid
+	 *       and a green background when the IP address is valid.
+	 */
 	gaim_network_set_public_ip(gtk_entry_get_text(entry));
 }
 

mercurial