Ted Gould has proposed merging lp:~ted/indicator-session/i18n-fix-for-switch into lp:indicator-session.
Requested reviews: Indicator Applet Developers (indicator-applet-developers) Setting up the indicator to use library translations so they'll be grabbed from the right domain. -- https://code.launchpad.net/~ted/indicator-session/i18n-fix-for-switch/+merge/21275 Your team ayatana-commits is subscribed to branch lp:indicator-session.
=== modified file 'src/indicator-session.c' --- src/indicator-session.c 2010-03-02 02:45:16 +0000 +++ src/indicator-session.c 2010-03-12 19:10:29 +0000 @@ -20,9 +20,13 @@ with this program. If not, see <http://www.gnu.org/licenses/>. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <glib.h> #include <glib-object.h> -#include <glib/gi18n.h> +#include <glib/gi18n-lib.h> #include <gtk/gtk.h> #include <libdbusmenu-gtk/menu.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

