mirror of https://github.com/MidnightCommander/mc
Use new gtk exported function
This commit is contained in:
parent
b5e4d2a6dc
commit
96e34093a7
|
@ -1,3 +1,8 @@
|
|||
1998-06-23 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* gwidget.c (x_update_input): The previous hack was not
|
||||
required, the right fix was to change Gtk.
|
||||
|
||||
1998-06-22 Manish Vachharajani <mvachhar@vger.rutgers.edu>
|
||||
|
||||
* gwidget.c: Don't call gtk_entry_scroll_adjust, it is a private member
|
||||
|
|
|
@ -344,9 +344,7 @@ x_update_input (WInput *in)
|
|||
#endif
|
||||
/* This is a private member, hopefully the widget
|
||||
properly updates itself */
|
||||
#ifndef GTK_HAVE_ACCEL_GROUP
|
||||
gtk_entry_adjust_scroll (GTK_ENTRY (entry));
|
||||
#endif
|
||||
gtk_widget_queue_draw (GTK_WIDGET (entry));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue