Revision: 897ae53bef37
Author:   Muneyuki Noguchi <[email protected]>
Date:     Fri Apr 20 22:49:18 2012
Log:      Fix compile error with glib 2.32.

* notify/uim-libnotify.c
  - Don't include glib/gconvert.h directly.

http://code.google.com/p/uim/source/detail?r=897ae53bef37

Modified:
 /notify/uim-libnotify.c

=======================================
--- /notify/uim-libnotify.c     Wed Jan 11 00:17:24 2012
+++ /notify/uim-libnotify.c     Fri Apr 20 22:49:18 2012
@@ -37,7 +37,6 @@
 #include <stdarg.h>
 #include <string.h>
 #include <glib.h>
-#include <glib/gconvert.h>
 #include <libnotify/notify.h>

 #include "uim.h"  /* for uim_bool */

Reply via email to