Store cursor_hadjustment as object data

svn path=/trunk/; revision=18100
This commit is contained in:
Matthias Clasen
2007-06-11 04:41:55 +00:00
parent 3c89a6b47c
commit fff5939da5
2 changed files with 24 additions and 24 deletions

View File

@ -1,6 +1,8 @@
2007-06-10 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c (gtk_entry_finalize): Don't leak cursor_hadjustment.
Store cursor_hadjustment as object data rather than in the private
struct.
2007-06-10 Matthias Clasen <mclasen@redhat.com>