Merge authors: Ted Gould (ted) Related merge proposals: https://code.launchpad.net/~ted/dbusmenu/use-correct-i18n/+merge/51430 proposed by: Ted Gould (ted) review: Approve - Mikkel Kamstrup Erlandsen (kamstrup) ------------------------------------------------------------ revno: 243 [merge] committer: Ted Gould <[email protected]> branch nick: trunk timestamp: Tue 2011-03-01 11:16:56 -0600 message: Use the right i18n header modified: libdbusmenu-glib/defaults.c libdbusmenu-glib/server.c
-- lp:dbusmenu https://code.launchpad.net/~dbusmenu-team/dbusmenu/trunk Your team ayatana-commits is subscribed to branch lp:dbusmenu. To unsubscribe from this branch go to https://code.launchpad.net/~dbusmenu-team/dbusmenu/trunk/+edit-subscription
=== modified file 'libdbusmenu-glib/defaults.c' --- libdbusmenu-glib/defaults.c 2011-02-24 15:38:18 +0000 +++ libdbusmenu-glib/defaults.c 2011-02-25 14:47:56 +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-03-01 16:47:31 +0000 +++ libdbusmenu-glib/server.c 2011-03-01 17:16:56 +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

