1998-05-30 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gwidget.c (x_create_input): Set the entry's visibility if it is a password field.
Этот коммит содержится в:
родитель
7762c9e28a
Коммит
d537538609
@ -1,3 +1,8 @@
|
||||
1998-05-30 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* gwidget.c (x_create_input): Set the entry's visibility if it is
|
||||
a password field.
|
||||
|
||||
1998-05-26 Marc Ewing <marc@redhat.com>
|
||||
|
||||
* Makefile.in: use @LIBVFS@ when referring to libvfs-mc.a
|
||||
|
@ -280,6 +280,7 @@ x_create_input (Dlg_head *h, widget_data parent, WInput *in)
|
||||
gnome_entry = gnome_entry_new (in->widget.tkname);
|
||||
#else
|
||||
entry = GTK_ENTRY (gnome_entry = gtk_entry_new ());
|
||||
gtk_entry_set_visibility (entry, !in->is_password);
|
||||
#endif
|
||||
gtk_widget_show (gnome_entry);
|
||||
in->widget.wdata = (widget_data) gnome_entry;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user