kill workaround libglade bug that has since been fixed.

2002-05-15  Mark McLoughlin <mark@skynet.ie>

        * gnome-network-preferences.c (setup_dialog): kill workaround
        libglade bug that has since been fixed.
This commit is contained in:
Mark McLoughlin 2002-05-15 23:15:30 +00:00 committed by Mark McLoughlin
parent d4a396acab
commit 0348d4f101
2 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2002-05-15 Mark McLoughlin <mark@skynet.ie>
* gnome-network-preferences.c (setup_dialog): kill workaround
libglade bug that has since been fixed.
2002-05-08 Jody Goldberg <jody@gnome.org>
* gnome-network-preferences.glade : add help.

View file

@ -83,9 +83,6 @@ setup_dialog (GladeXML *dialog)
peditor = GCONF_PROPERTY_EDITOR (gconf_peditor_new_string (
NULL, AUTH_PASSWD_KEY, WID ("passwd_entry"), NULL));
/* FIXME: remove when I fix libglade */
gtk_entry_set_invisible_char (GTK_ENTRY (WID ("passwd_entry")), '*');
g_signal_connect (WID ("network_dialog"), "response",
G_CALLBACK (cb_dialog_response), NULL);
}