Use new gtk exported function

This commit is contained in:
Miguel de Icaza 1998-06-23 17:22:02 +00:00
parent b5e4d2a6dc
commit 96e34093a7
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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));
}
}