Ted Gould has proposed merging 
lp:~indicator-applet-developers/evolution-indicator/packaging into 
lp:~ubuntu-core-dev/evolution-indicator/ubuntu.

Requested reviews:
    Ubuntu Sponsors for main (ubuntu-main-sponsors)
-- 
https://code.launchpad.net/~indicator-applet-developers/evolution-indicator/packaging/+merge/5372
Your team Indicator Applet Developers is subscribed to branch 
lp:~indicator-applet-developers/evolution-indicator/packaging.
=== modified file 'configure.ac'
--- configure.ac	2009-04-06 17:12:08 +0000
+++ configure.ac	2009-04-08 15:08:57 +0000
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(evolution-indicator, 0.1.12, [])
+AC_INIT(evolution-indicator, 0.1.13, [])
 AM_INIT_AUTOMAKE()
 AC_CONFIG_SRCDIR(src/evolution-indicator.c)
 AM_CONFIG_HEADER(config.h)

=== modified file 'debian/changelog'
--- debian/changelog	2009-04-06 22:51:22 +0000
+++ debian/changelog	2009-04-08 15:12:30 +0000
@@ -1,3 +1,11 @@
+evolution-indicator (0.1.13-0ubuntu1) UNRELEASED; urgency=low
+
+  * New upstream version.
+    * Updating patch to fix internationalization issues so that Evolution
+      translations work along with the indicator's.  LP: #352657
+
+ -- Ted Gould <[email protected]>  Tue, 07 Apr 2009 11:06:47 -0500
+
 evolution-indicator (0.1.12-0ubuntu1) jaunty; urgency=low
 
   * New upstream version.

=== modified file 'src/evolution-indicator.c'
--- src/evolution-indicator.c	2009-04-06 13:52:56 +0000
+++ src/evolution-indicator.c	2009-04-07 16:02:08 +0000
@@ -24,7 +24,7 @@
 
 #include <string.h>
 #include <glib.h>
-#include <glib/gi18n.h>
+#include <glib/gi18n-lib.h>
 
 #include <gconf/gconf.h>
 
@@ -476,10 +476,6 @@
 	if (data->old)
     return data->old;
 
-  bindtextdomain(PACKAGE, "/usr/share/locale");
-  bind_textdomain_codeset(PACKAGE, "UTF-8");
-  textdomain(PACKAGE);
-
   frame = data->parent;
   while (!GTK_IS_FRAME (frame))
   {

_______________________________________________
Mailing list: https://launchpad.net/~dx-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dx-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to