Merge lp:~indicator-applet-developers/evolution-indicator/ubuntu into lp:~ubuntu-desktop/evolution-indicator/ubuntu

Proposed by Ted Gould
Status: Merged
Merged at revision: not available
Proposed branch: lp:~indicator-applet-developers/evolution-indicator/ubuntu
Merge into: lp:~ubuntu-desktop/evolution-indicator/ubuntu
Diff against target: 41 lines (+11/-3)
3 files modified
configure.ac (+1/-1)
debian/changelog (+8/-0)
src/evolution-indicator.c (+2/-2)
To merge this branch: bzr merge lp:~indicator-applet-developers/evolution-indicator/ubuntu
Reviewer Review Type Date Requested Status
Sebastien Bacher Pending
Review via email: mp+22474@code.launchpad.net

Description of the change

0.2.8

To post a comment you must log in.
72. By Ted Gould

Removing patch accidentally committed.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'configure.ac'
2--- configure.ac 2010-03-04 17:26:07 +0000
3+++ configure.ac 2010-03-30 18:45:43 +0000
4@@ -1,5 +1,5 @@
5 AC_PREREQ(2.53)
6-AC_INIT(evolution-indicator, 0.2.7, [])
7+AC_INIT(evolution-indicator, 0.2.8, [])
8 AM_INIT_AUTOMAKE()
9 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
10 AC_CONFIG_SRCDIR(src/evolution-indicator.c)
11
12=== modified file 'debian/changelog'
13--- debian/changelog 2010-03-23 02:04:46 +0000
14+++ debian/changelog 2010-03-30 18:45:43 +0000
15@@ -1,3 +1,11 @@
16+evolution-indicator (0.2.8-0ubuntu1~ppa1) lucid; urgency=low
17+
18+ * Upstream release
19+ * Fix ngettext syntax that was causing incorrect translations
20+ (LP: #549768)
21+
22+ -- Ted Gould <ted@ubuntu.com> Tue, 30 Mar 2010 13:36:57 -0500
23+
24 evolution-indicator (0.2.7-0ubuntu2) lucid; urgency=low
25
26 * debian/patches/01_no_debug_spamming.patch:
27
28=== modified file 'src/evolution-indicator.c'
29--- src/evolution-indicator.c 2010-03-04 05:05:05 +0000
30+++ src/evolution-indicator.c 2010-03-30 18:45:43 +0000
31@@ -292,8 +292,8 @@
32 }
33
34 trans = g_dngettext (PACKAGE,
35- _("%d New Message"),
36- _("%d New Messages"),
37+ "%d New Message",
38+ "%d New Messages",
39 message_count);
40
41 title = g_strdup_printf (trans, message_count);

Subscribers

People subscribed via source and target branches

to all changes: