mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-24 11:14:22 +03:00
1999-02-07 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gwidget.c (entry_click): On mouse clicks, mark the input as changed-without destroy.
This commit is contained in:
parent
ea0410522b
commit
c4426b3f8a
@ -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>
|
||||
|
||||
* gscreen.c (x_create_panel): Removed a couple unused variables.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user