[uim-commit] r745 - trunk/gtk

ekato at freedesktop.org ekato at freedesktop.org
Thu Mar 3 14:29:55 PST 2005


Author: ekato
Date: 2005-03-03 14:29:52 -0800 (Thu, 03 Mar 2005)
New Revision: 745

Modified:
   trunk/gtk/caret-state-indicator.c
Log:
* gtk/caret-state-indicator.c : Use "config.h" instead of
  "uim/config.h" to ensure build uim-candwin-gtk outside the
  source dir.


Modified: trunk/gtk/caret-state-indicator.c
===================================================================
--- trunk/gtk/caret-state-indicator.c	2005-03-03 15:46:24 UTC (rev 744)
+++ trunk/gtk/caret-state-indicator.c	2005-03-03 22:29:52 UTC (rev 745)
@@ -34,7 +34,7 @@
 #include "caret-state-indicator.h"
 
 #include <uim/uim.h>
-#include "uim/config.h"
+#include "config.h"
 #include "uim/uim-helper.h"
 #include "uim/gettext.h"
 



More information about the Uim-commit mailing list