Merge lp:~ted/libdbusmenu/use-correct-i18n into lp:libdbusmenu/0.5

Proposed by Ted Gould
Status: Merged
Merged at revision: 243
Proposed branch: lp:~ted/libdbusmenu/use-correct-i18n
Merge into: lp:libdbusmenu/0.5
Diff against target: 25 lines (+2/-2)
2 files modified
libdbusmenu-glib/defaults.c (+1/-1)
libdbusmenu-glib/server.c (+1/-1)
To merge this branch: bzr merge lp:~ted/libdbusmenu/use-correct-i18n
Reviewer Review Type Date Requested Status
Mikkel Kamstrup Erlandsen (community) Approve
Review via email: mp+51430@code.launchpad.net

Description of the change

Use the library i18n instead of the program one.

To post a comment you must log in.
Revision history for this message
Mikkel Kamstrup Erlandsen (kamstrup) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'libdbusmenu-glib/defaults.c'
2--- libdbusmenu-glib/defaults.c 2011-02-24 15:38:18 +0000
3+++ libdbusmenu-glib/defaults.c 2011-02-26 20:06:59 +0000
4@@ -30,7 +30,7 @@
5 #include "config.h"
6 #endif
7
8-#include <glib/gi18n.h>
9+#include <glib/gi18n-lib.h>
10
11 #include "defaults.h"
12 #include "menuitem.h"
13
14=== modified file 'libdbusmenu-glib/server.c'
15--- libdbusmenu-glib/server.c 2011-02-24 19:52:01 +0000
16+++ libdbusmenu-glib/server.c 2011-02-26 20:06:59 +0000
17@@ -30,7 +30,7 @@
18 #include "config.h"
19 #endif
20
21-#include <glib/gi18n.h>
22+#include <glib/gi18n-lib.h>
23 #include <gio/gio.h>
24
25 #include "menuitem-private.h"

Subscribers

People subscribed via source and target branches