From c4426b3f8a52e2d7d09ac5307d54980888f35bd9 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Sun, 7 Feb 1999 21:01:21 +0000 Subject: [PATCH] 1999-02-07 Miguel de Icaza * gwidget.c (entry_click): On mouse clicks, mark the input as changed-without destroy. --- gnome/ChangeLog | 5 +++++ gnome/gwidget.c | 1 + 2 files changed, 6 insertions(+) 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