[uim-commit] r2512 - branches/1.0/qt

ekato at freedesktop.org ekato at freedesktop.org
Fri Dec 9 22:36:03 PST 2005


Author: ekato
Date: 2005-12-09 22:35:58 -0800 (Fri, 09 Dec 2005)
New Revision: 2512

Modified:
   branches/1.0/qt/immodule-qhelpermanager.cpp
   branches/1.0/qt/pref-qt.cpp
Log:
* qt/pref-qt.cpp
* qt/immodule-qhelpermanager.cpp
  - Port r2511 from trunk.


Modified: branches/1.0/qt/immodule-qhelpermanager.cpp
===================================================================
--- branches/1.0/qt/immodule-qhelpermanager.cpp	2005-12-10 06:33:08 UTC (rev 2511)
+++ branches/1.0/qt/immodule-qhelpermanager.cpp	2005-12-10 06:35:58 UTC (rev 2512)
@@ -157,6 +157,10 @@
             }
         }
     }
+    else if ( str.startsWith( "custom_reload_notify" ) )
+    {
+        uim_prop_reload_configs();
+    }
 }
 
 void QUimHelperManager::parseHelperStrImChange( const QString &str )

Modified: branches/1.0/qt/pref-qt.cpp
===================================================================
--- branches/1.0/qt/pref-qt.cpp	2005-12-10 06:33:08 UTC (rev 2511)
+++ branches/1.0/qt/pref-qt.cpp	2005-12-10 06:35:58 UTC (rev 2512)
@@ -294,7 +294,7 @@
     qDebug("start saving....");
 
     uim_custom_save();
-    uim_custom_broadcast();
+    uim_custom_broadcast_reload_request();
 
     m_isValueChanged = false;
     m_applyButton->setEnabled( false );



More information about the uim-commit mailing list