Same fix for gtk_entry_real_insert_text

svn path=/trunk/; revision=17679
This commit is contained in:
Matthias Clasen
2007-04-28 18:04:00 +00:00
parent 08c05b1bcc
commit 0b4b5d5ee0
2 changed files with 25 additions and 22 deletions

View File

@ -1,8 +1,8 @@
2007-04-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c (gtk_entry_grab_focus): Only call
g_object_get() when necessary. (#373137, Morten Welinder,
patch by Xan Lopez)
* gtk/gtkentry.c (gtk_entry_grab_focus):
(gtk_entry_real_insert_text): Only call g_object_get()
when necessary. (#373137, Morten Welinder, patch by Xan Lopez)
2007-04-28 Matthias Clasen <mclasen@redhat.com>