[uim-commit] r1384 - branches/0.4/gtk
ekato at freedesktop.org
ekato at freedesktop.org
Fri Sep 2 18:19:46 EST 2005
Author: ekato
Date: 2005-09-02 01:19:43 -0700 (Fri, 02 Sep 2005)
New Revision: 1384
Modified:
branches/0.4/gtk/gtk-im-uim.c
Log:
* gtk/gtk-im-uim.c (im_uim_finalize) : Port r1383 from trunk.
Modified: branches/0.4/gtk/gtk-im-uim.c
===================================================================
--- branches/0.4/gtk/gtk-im-uim.c 2005-09-02 08:19:05 UTC (rev 1383)
+++ branches/0.4/gtk/gtk-im-uim.c 2005-09-02 08:19:43 UTC (rev 1384)
@@ -665,6 +665,10 @@
gtk_widget_destroy(GTK_WIDGET(uic->cwin));
uic->cwin = NULL;
}
+ if (uic->caret_state_indicator) {
+ gtk_widget_destroy(uic->caret_state_indicator);
+ uic->caret_state_indicator = NULL;
+ }
uim_release_context(uic->uc);
More information about the uim-commit
mailing list