[uim-commit] r272 - trunk/scm

tkng@freedesktop.org tkng@freedesktop.org
Wed Jan 12 12:52:42 PST 2005


Author: tkng
Date: 2005-01-12 12:52:39 -0800 (Wed, 12 Jan 2005)
New Revision: 272

Modified:
   trunk/scm/plugin.scm
Log:
* scm/plugin.scm: Fixed a typo.


Modified: trunk/scm/plugin.scm
===================================================================
--- trunk/scm/plugin.scm	2005-01-12 19:18:00 UTC (rev 271)
+++ trunk/scm/plugin.scm	2005-01-12 20:52:39 UTC (rev 272)
@@ -36,7 +36,7 @@
 
 (define uim-plugin-lib-load-path
   (filter string?
-	  (append (list (getenv "LIBUIM_PLUGIN_DIR")
+	  (append (list (getenv "LIBUIM_PLUGIN_LIB_DIR")
 			(string-append (getenv "HOME") "/.uim.d/plugin")
 			(string-append (sys-pkglibdir) "/plugin"))
 		  ;; XXX



More information about the Uim-commit mailing list