Merge lp:~cyphermox/evolution-indicator/0.2.17-0ubuntu1 into lp:~ubuntu-desktop/evolution-indicator/ubuntu

Proposed by Mathieu Trudel-Lapierre
Status: Merged
Merged at revision: 83
Proposed branch: lp:~cyphermox/evolution-indicator/0.2.17-0ubuntu1
Merge into: lp:~ubuntu-desktop/evolution-indicator/ubuntu
Diff against target: 186 lines (+41/-16)
5 files modified
ChangeLog (+14/-0)
configure (+10/-10)
configure.ac (+1/-1)
debian/changelog (+7/-0)
src/evolution-indicator.c (+9/-5)
To merge this branch: bzr merge lp:~cyphermox/evolution-indicator/0.2.17-0ubuntu1
Reviewer Review Type Date Requested Status
Ken VanDine Approve
Review via email: mp+66264@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ken VanDine (ken-vandine) wrote :

Looks good, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ChangeLog'
2--- ChangeLog 2011-05-27 13:27:55 +0000
3+++ ChangeLog 2011-06-29 09:24:43 +0000
4@@ -1,5 +1,19 @@
5 # Generated by Makefile. Do not edit.
6
7+2011-06-29 Ken VanDine <ken.vandine@canonical.com>
8+
9+ Preparing for 0.2.17
10+
11+2011-06-29 Ken VanDine <ken.vandine@canonical.com>
12+
13+ Merged fixes from Mathieu Trudel-Lapierre updating to work with evolution 3.1
14+
15+2011-06-28 Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>
16+
17+ Get the account URI from the CamelService object in EMEventTargetFolder
18+ instead of directly from it; since it was removed in Evolution API
19+ some time after 3.0.2.
20+
21 2011-05-27 Didier Roche <didier.roche@canonical.com>
22
23 [0.2.16] New release
24
25=== modified file 'configure'
26--- configure 2011-05-27 13:27:55 +0000
27+++ configure 2011-06-29 09:24:43 +0000
28@@ -1,6 +1,6 @@
29 #! /bin/sh
30 # Guess values for system-dependent variables and create Makefiles.
31-# Generated by GNU Autoconf 2.68 for evolution-indicator 0.2.16.
32+# Generated by GNU Autoconf 2.68 for evolution-indicator 0.2.17.
33 #
34 #
35 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
36@@ -567,8 +567,8 @@
37 # Identity of this package.
38 PACKAGE_NAME='evolution-indicator'
39 PACKAGE_TARNAME='evolution-indicator'
40-PACKAGE_VERSION='0.2.16'
41-PACKAGE_STRING='evolution-indicator 0.2.16'
42+PACKAGE_VERSION='0.2.17'
43+PACKAGE_STRING='evolution-indicator 0.2.17'
44 PACKAGE_BUGREPORT=''
45 PACKAGE_URL=''
46
47@@ -1356,7 +1356,7 @@
48 # Omit some internal or obsolete options to make the list less imposing.
49 # This message is too long to be a string in the A/UX 3.1 sh.
50 cat <<_ACEOF
51-\`configure' configures evolution-indicator 0.2.16 to adapt to many kinds of systems.
52+\`configure' configures evolution-indicator 0.2.17 to adapt to many kinds of systems.
53
54 Usage: $0 [OPTION]... [VAR=VALUE]...
55
56@@ -1427,7 +1427,7 @@
57
58 if test -n "$ac_init_help"; then
59 case $ac_init_help in
60- short | recursive ) echo "Configuration of evolution-indicator 0.2.16:";;
61+ short | recursive ) echo "Configuration of evolution-indicator 0.2.17:";;
62 esac
63 cat <<\_ACEOF
64
65@@ -1549,7 +1549,7 @@
66 test -n "$ac_init_help" && exit $ac_status
67 if $ac_init_version; then
68 cat <<\_ACEOF
69-evolution-indicator configure 0.2.16
70+evolution-indicator configure 0.2.17
71 generated by GNU Autoconf 2.68
72
73 Copyright (C) 2010 Free Software Foundation, Inc.
74@@ -1914,7 +1914,7 @@
75 This file contains any messages produced by compilers while
76 running configure, to aid debugging if configure makes a mistake.
77
78-It was created by evolution-indicator $as_me 0.2.16, which was
79+It was created by evolution-indicator $as_me 0.2.17, which was
80 generated by GNU Autoconf 2.68. Invocation command line was
81
82 $ $0 $@
83@@ -2729,7 +2729,7 @@
84
85 # Define the identity of the package.
86 PACKAGE='evolution-indicator'
87- VERSION='0.2.16'
88+ VERSION='0.2.17'
89
90
91 cat >>confdefs.h <<_ACEOF
92@@ -14322,7 +14322,7 @@
93 # report actual input values of CONFIG_FILES etc. instead of their
94 # values after options handling.
95 ac_log="
96-This file was extended by evolution-indicator $as_me 0.2.16, which was
97+This file was extended by evolution-indicator $as_me 0.2.17, which was
98 generated by GNU Autoconf 2.68. Invocation command line was
99
100 CONFIG_FILES = $CONFIG_FILES
101@@ -14388,7 +14388,7 @@
102 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
103 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
104 ac_cs_version="\\
105-evolution-indicator config.status 0.2.16
106+evolution-indicator config.status 0.2.17
107 configured by $0, generated by GNU Autoconf 2.68,
108 with options \\"\$ac_cs_config\\"
109
110
111=== modified file 'configure.ac'
112--- configure.ac 2011-05-27 13:38:36 +0000
113+++ configure.ac 2011-06-29 09:24:43 +0000
114@@ -1,5 +1,5 @@
115 AC_PREREQ(2.53)
116-AC_INIT(evolution-indicator, 0.2.16, [])
117+AC_INIT(evolution-indicator, 0.2.17, [])
118 AM_INIT_AUTOMAKE()
119 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
120 AC_CONFIG_SRCDIR(src/evolution-indicator.c)
121
122=== modified file 'debian/changelog'
123--- debian/changelog 2011-05-27 13:38:36 +0000
124+++ debian/changelog 2011-06-29 09:24:43 +0000
125@@ -1,3 +1,10 @@
126+evolution-indicator (0.2.17-0ubuntu1) UNRELEASED; urgency=low
127+
128+ * New upstream release.
129+ - Use new API for EMEventTargetFolder to retrieve account URI (LP: #803339)
130+
131+ -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Wed, 29 Jun 2011 05:12:53 -0400
132+
133 evolution-indicator (0.2.16-0ubuntu1) oneiric; urgency=low
134
135 * New upstream release.
136
137=== modified file 'src/evolution-indicator.c'
138--- src/evolution-indicator.c 2011-05-27 13:38:36 +0000
139+++ src/evolution-indicator.c 2011-06-29 09:24:43 +0000
140@@ -227,14 +227,18 @@
141 void
142 org_gnome_mail_new_notify (EPlugin *ep, EMEventTargetFolder *t)
143 {
144- g_return_if_fail (t != NULL);
145+ gchar *url;
146+
147+ g_return_if_fail (t != NULL);
148+
149+ url = camel_service_get_url (CAMEL_SERVICE (t->store));
150
151 if (!t->new)
152 return;
153
154 if (only_inbox && !(t->is_inbox))
155 {
156- g_debug ("EI: %s is not an inbox", t->uri);
157+ g_debug ("EI: %s is not an inbox", url);
158 return;
159 }
160
161@@ -246,7 +250,7 @@
162
163 g_static_mutex_lock (&mlock);
164
165- g_debug ("EI:mail_new_notify: %s", t->uri);
166+ g_debug ("EI:mail_new_notify: %s", url);
167
168 message_count += t->new;
169
170@@ -259,7 +263,7 @@
171 {
172 IndicateIndicator *indi = i->data;
173
174- if (g_strstr_len (t->uri,
175+ if (g_strstr_len (url,
176 -1,
177 indicate_indicator_get_property (indi, "url")))
178 {
179@@ -280,7 +284,7 @@
180 }
181 else
182 {
183- g_warning ("EI: Unable to find account that matches %s", t->uri);
184+ g_warning ("EI: Unable to find account that matches %s", url);
185 }
186 }
187

Subscribers

People subscribed via source and target branches