summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2008-01-28 20:07:38 +0000
committerAlexander Larsson <alexl@src.gnome.org>2008-01-28 20:07:38 +0000
commit184687defc141fe2f903d63002e2610f4b5cc9c8 (patch)
treee632411abc685144a99dee391afa3f79a629a0ad
parent10e2180fe259abe040ce90973d1d31c5cc33c073 (diff)
downloadgvfs-184687defc141fe2f903d63002e2610f4b5cc9c8.tar.gz
Use gi18n-lib.h, not gi18n.h in client side code.
2008-01-28 Alexander Larsson <alexl@redhat.com> * hal/hal-device.c: Use gi18n-lib.h, not gi18n.h in client side code. svn path=/trunk/; revision=1190
-rw-r--r--ChangeLog5
-rw-r--r--hal/hal-device.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dda9e2d4..7419ce6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-01-28 Alexander Larsson <alexl@redhat.com>
+ * hal/hal-device.c:
+ Use gi18n-lib.h, not gi18n.h in client side code.
+
+2008-01-28 Alexander Larsson <alexl@redhat.com>
+
* client/gdaemonfile.c (g_daemon_file_move):
Fix typo G_DAEMON_FILE -> G_IS_DAEMON_FILE
diff --git a/hal/hal-device.c b/hal/hal-device.c
index 201baa1a..ad7f2653 100644
--- a/hal/hal-device.c
+++ b/hal/hal-device.c
@@ -21,7 +21,7 @@
*/
#include <config.h>
-#include <glib/gi18n.h>
+#include <glib/gi18n-lib.h>
#include "hal-device.h"
#include "hal-marshal.h"