1
1

1999-02-07 Miguel de Icaza <miguel@nuclecu.unam.mx>

* gwidget.c (entry_click): On mouse clicks, mark the input as
	changed-without destroy.
Этот коммит содержится в:
Miguel de Icaza 1999-02-07 21:01:21 +00:00
родитель ea0410522b
Коммит c4426b3f8a
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,8 @@
1999-02-07 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gwidget.c (entry_click): On mouse clicks, mark the input as
changed-without destroy.
1999-02-07 Federico Mena Quintero <federico@nuclecu.unam.mx> 1999-02-07 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gscreen.c (x_create_panel): Removed a couple unused variables. * gscreen.c (x_create_panel): Removed a couple unused variables.

Просмотреть файл

@ -262,6 +262,7 @@ static void
entry_click (GtkWidget *widget, GdkEvent *event, WInput *in) entry_click (GtkWidget *widget, GdkEvent *event, WInput *in)
{ {
dlg_select_widget (in->widget.parent, in); dlg_select_widget (in->widget.parent, in);
in->first = 0;
} }
static void static void