diff --git a/gnome/ChangeLog b/gnome/ChangeLog index 626c71d69..5911ffef1 100644 --- a/gnome/ChangeLog +++ b/gnome/ChangeLog @@ -1,3 +1,8 @@ +1999-02-07 Miguel de Icaza + + * gwidget.c (entry_click): On mouse clicks, mark the input as + changed-without destroy. + 1999-02-07 Federico Mena Quintero * gscreen.c (x_create_panel): Removed a couple unused variables. diff --git a/gnome/gwidget.c b/gnome/gwidget.c index 941623647..00cc9d960 100644 --- a/gnome/gwidget.c +++ b/gnome/gwidget.c @@ -262,6 +262,7 @@ static void entry_click (GtkWidget *widget, GdkEvent *event, WInput *in) { dlg_select_widget (in->widget.parent, in); + in->first = 0; } static void