diff --git a/ChangeLog b/ChangeLog index 9501fab70f..03db36204b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ -Tue Oct 22 15:13:59 2002 Owen Taylor +Tue Oct 22 15:46:09 2002 Owen Taylor + * gtk/gtkentry.c (gtk_entry_unrealize): Reset the + layout, since it holds a reference to the font on + a particular screen. + +Tue Oct 22 15:13:59 2002 Owen Taylor + * gtk/gtkimmulticontext.c: Include config.h (#96441, Morten Welinder) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 9501fab70f..03db36204b 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,11 @@ -Tue Oct 22 15:13:59 2002 Owen Taylor +Tue Oct 22 15:46:09 2002 Owen Taylor + * gtk/gtkentry.c (gtk_entry_unrealize): Reset the + layout, since it holds a reference to the font on + a particular screen. + +Tue Oct 22 15:13:59 2002 Owen Taylor + * gtk/gtkimmulticontext.c: Include config.h (#96441, Morten Welinder) diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 9501fab70f..03db36204b 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,5 +1,11 @@ -Tue Oct 22 15:13:59 2002 Owen Taylor +Tue Oct 22 15:46:09 2002 Owen Taylor + * gtk/gtkentry.c (gtk_entry_unrealize): Reset the + layout, since it holds a reference to the font on + a particular screen. + +Tue Oct 22 15:13:59 2002 Owen Taylor + * gtk/gtkimmulticontext.c: Include config.h (#96441, Morten Welinder) diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 9501fab70f..03db36204b 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,5 +1,11 @@ -Tue Oct 22 15:13:59 2002 Owen Taylor +Tue Oct 22 15:46:09 2002 Owen Taylor + * gtk/gtkentry.c (gtk_entry_unrealize): Reset the + layout, since it holds a reference to the font on + a particular screen. + +Tue Oct 22 15:13:59 2002 Owen Taylor + * gtk/gtkimmulticontext.c: Include config.h (#96441, Morten Welinder) diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 9501fab70f..03db36204b 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,11 @@ -Tue Oct 22 15:13:59 2002 Owen Taylor +Tue Oct 22 15:46:09 2002 Owen Taylor + * gtk/gtkentry.c (gtk_entry_unrealize): Reset the + layout, since it holds a reference to the font on + a particular screen. + +Tue Oct 22 15:13:59 2002 Owen Taylor + * gtk/gtkimmulticontext.c: Include config.h (#96441, Morten Welinder) diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 9501fab70f..03db36204b 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,11 @@ -Tue Oct 22 15:13:59 2002 Owen Taylor +Tue Oct 22 15:46:09 2002 Owen Taylor + * gtk/gtkentry.c (gtk_entry_unrealize): Reset the + layout, since it holds a reference to the font on + a particular screen. + +Tue Oct 22 15:13:59 2002 Owen Taylor + * gtk/gtkimmulticontext.c: Include config.h (#96441, Morten Welinder) diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 2dda007d53..bfcce2e4f5 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -1015,6 +1015,8 @@ gtk_entry_unrealize (GtkWidget *widget) GtkEntry *entry = GTK_ENTRY (widget); GtkClipboard *clipboard; + gtk_entry_reset_layout (entry); + gtk_im_context_set_client_window (entry->im_context, NULL); clipboard = gtk_widget_get_clipboard (widget, GDK_SELECTION_PRIMARY);