[uim-commit] r1383 - trunk/gtk

ekato at freedesktop.org ekato at freedesktop.org
Fri Sep 2 18:19:08 EST 2005


Author: ekato
Date: 2005-09-02 01:19:05 -0700 (Fri, 02 Sep 2005)
New Revision: 1383

Modified:
   trunk/gtk/gtk-im-uim.c
Log:
* gtk/gtk-im-uim.c (im_uim_finalize) : Destroy
  caret_state_indicator at finalize.


Modified: trunk/gtk/gtk-im-uim.c
===================================================================
--- trunk/gtk/gtk-im-uim.c	2005-09-02 06:03:41 UTC (rev 1382)
+++ trunk/gtk/gtk-im-uim.c	2005-09-02 08:19:05 UTC (rev 1383)
@@ -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