[uim-commit] r323 - trunk/qt/uim-kdehelper/src/pref

kzk@freedesktop.org kzk@freedesktop.org
Tue Jan 18 04:06:26 PST 2005


Author: kzk
Date: 2005-01-18 04:06:04 -0800 (Tue, 18 Jan 2005)
New Revision: 323

Modified:
   trunk/qt/uim-kdehelper/src/pref/customwidgets.h
Log:
* qt/uim-kdehelper/src/pref/customwidgets.h
  - fix wrong Q_ASSERT condition


Modified: trunk/qt/uim-kdehelper/src/pref/customwidgets.h
===================================================================
--- trunk/qt/uim-kdehelper/src/pref/customwidgets.h	2005-01-18 11:08:22 UTC (rev 322)
+++ trunk/qt/uim-kdehelper/src/pref/customwidgets.h	2005-01-18 12:06:04 UTC (rev 323)
@@ -241,7 +241,7 @@
 public slots:
     void slotHighlighted( int index )
     {
-        Q_ASSERT( m_custom->type == UCustom_Pathname );
+        Q_ASSERT( m_custom->type == UCustom_Choice );
 
         struct uim_custom_choice **valid_items = m_custom->range->as_choice.valid_items;
         struct uim_custom_choice *choice = NULL;



More information about the Uim-commit mailing list