Ted Gould has proposed merging lp:~ted/dbusmenu/use-correct-i18n into lp:dbusmenu.
Requested reviews: DBus Menu Team (dbusmenu-team) For more details, see: https://code.launchpad.net/~ted/dbusmenu/use-correct-i18n/+merge/51430 Use the library i18n instead of the program one. -- https://code.launchpad.net/~ted/dbusmenu/use-correct-i18n/+merge/51430 Your team ayatana-commits is subscribed to branch lp:dbusmenu.
=== modified file 'libdbusmenu-glib/defaults.c' --- libdbusmenu-glib/defaults.c 2011-02-24 15:38:18 +0000 +++ libdbusmenu-glib/defaults.c 2011-02-26 20:06:59 +0000 @@ -30,7 +30,7 @@ #include "config.h" #endif -#include <glib/gi18n.h> +#include <glib/gi18n-lib.h> #include "defaults.h" #include "menuitem.h" === modified file 'libdbusmenu-glib/server.c' --- libdbusmenu-glib/server.c 2011-02-24 19:52:01 +0000 +++ libdbusmenu-glib/server.c 2011-02-26 20:06:59 +0000 @@ -30,7 +30,7 @@ #include "config.h" #endif -#include <glib/gi18n.h> +#include <glib/gi18n-lib.h> #include <gio/gio.h> #include "menuitem-private.h"
_______________________________________________ Mailing list: https://launchpad.net/~ayatana-commits Post to : [email protected] Unsubscribe : https://launchpad.net/~ayatana-commits More help : https://help.launchpad.net/ListHelp

