Merge lp:~rodrigo-moya/ubuntu/natty/evolution/fix-717971 into lp:~ubuntu-desktop/evolution/ubuntu

Proposed by Rodrigo Moya
Status: Merged
Merged at revision: 176
Proposed branch: lp:~rodrigo-moya/ubuntu/natty/evolution/fix-717971
Merge into: lp:~ubuntu-desktop/evolution/ubuntu
Diff against target: 152 lines (+7/-122)
3 files modified
debian/changelog (+7/-0)
debian/patches/95-git-04-express_acount_setup_5a25840.patch (+0/-121)
debian/patches/series (+0/-1)
To merge this branch: bzr merge lp:~rodrigo-moya/ubuntu/natty/evolution/fix-717971
Reviewer Review Type Date Requested Status
Ubuntu Desktop Pending
Review via email: mp+54526@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-02-28 18:33:03 +0000
3+++ debian/changelog 2011-03-23 13:44:55 +0000
4@@ -1,3 +1,10 @@
5+evolution (2.32.2-0ubuntu4) UNRELEASED; urgency=low
6+
7+ * debian/patches/95-git-04-express_acount_setup_5a25840.patch:
8+ - Remove unneeded patch that was getting the wrong widget (LP: #717971)
9+
10+ -- Rodrigo Moya <rodrigo.moya@canonical.com> Thu, 17 Mar 2011 13:14:30 +0100
11+
12 evolution (2.32.2-0ubuntu3) natty; urgency=low
13
14 * debian/evolution-plugins.install: Re-add the face plugin that was dropped
15
16=== removed file 'debian/patches/95-git-04-express_acount_setup_5a25840.patch'
17--- debian/patches/95-git-04-express_acount_setup_5a25840.patch 2011-02-07 03:55:05 +0000
18+++ debian/patches/95-git-04-express_acount_setup_5a25840.patch 1970-01-01 00:00:00 +0000
19@@ -1,121 +0,0 @@
20-From 5a25840bbb20a1b29cd574a4cdde96faae8fb594 Mon Sep 17 00:00:00 2001
21-From: Punit Jain <jpunit@novell.com>
22-Date: Wed, 01 Dec 2010 09:09:33 +0000
23-Subject: Bug #636058 - Account setup issues express mode.
24-
25-Widget name required to update.
26----
27-Index: evolution-2.32.2/capplet/settings/mail-account-view.c
28-===================================================================
29---- evolution-2.32.2.orig/capplet/settings/mail-account-view.c 2010-10-15 08:18:35.000000000 +1100
30-+++ evolution-2.32.2/capplet/settings/mail-account-view.c 2011-02-07 14:33:44.369160879 +1100
31-@@ -1053,9 +1053,9 @@
32-
33- shell = e_shell_get_default ();
34- if (!shell || e_shell_get_express_mode (shell)) {
35-- GtkWidget *table = em_account_editor_get_widget (view->edit, "identity_required_table");
36-+ GtkWidget *table = em_account_editor_get_widget (view->edit, "identity-required-table");
37- GtkWidget *label, *pwd;
38-- gtk_widget_hide (em_account_editor_get_widget (view->edit, "identity_optional_frame"));
39-+ gtk_widget_hide (em_account_editor_get_widget (view->edit, "identity-optional-section"));
40-
41- if (!view->original) {
42- label = gtk_label_new (_("Password:"));
43-Index: evolution-2.32.2/doc/reference/shell/tmpl/e-shell.sgml
44-===================================================================
45---- evolution-2.32.2.orig/doc/reference/shell/tmpl/e-shell.sgml 2011-02-06 17:23:32.000000000 +1100
46-+++ evolution-2.32.2/doc/reference/shell/tmpl/e-shell.sgml 2011-02-07 14:33:44.369160879 +1100
47-@@ -75,14 +75,6 @@
48- @eshell: the object which received the signal.
49- @Param2:
50-
51--<!-- ##### SIGNAL EShell::send-receive ##### -->
52--<para>
53--
54--</para>
55--
56--@eshell: the object which received the signal.
57--@arg1:
58--
59- <!-- ##### SIGNAL EShell::window-created ##### -->
60- <para>
61-
62-@@ -260,15 +252,6 @@
63- @Returns:
64-
65-
66--<!-- ##### FUNCTION e_shell_send_receive ##### -->
67--<para>
68--
69--</para>
70--
71--@shell:
72--@parent:
73--
74--
75- <!-- ##### FUNCTION e_shell_get_meego_mode ##### -->
76- <para>
77-
78-Index: evolution-2.32.2/doc/reference/shell/tmpl/eshell-unused.sgml
79-===================================================================
80---- evolution-2.32.2.orig/doc/reference/shell/tmpl/eshell-unused.sgml 2011-02-06 17:23:32.000000000 +1100
81-+++ evolution-2.32.2/doc/reference/shell/tmpl/eshell-unused.sgml 2011-02-07 14:33:44.369160879 +1100
82-@@ -82,12 +82,27 @@
83- e-shell-window.sgml
84-
85-
86-+<!-- ##### SIGNAL EShell::send-receive ##### -->
87-+<para>
88-+
89-+</para>
90-+
91-+@eshell: the object which received the signal.
92-+@arg1:
93-+
94- <!-- ##### ARG EShellSearchbar:label-visible ##### -->
95- <para>
96-
97- </para>
98-
99-
100-+<!-- ##### MACRO E_SHELL_WINDOW_ACTION_SEND_RECEIVE ##### -->
101-+<para>
102-+
103-+</para>
104-+
105-+@window:
106-+
107- <!-- ##### MACRO E_SHELL_WINDOW_ACTION_SYNC_OPTIONS ##### -->
108- <para>
109-
110-@@ -135,3 +150,11 @@
111- @searchbar:
112- @label_visible:
113-
114-+<!-- ##### FUNCTION e_shell_send_receive ##### -->
115-+<para>
116-+
117-+</para>
118-+
119-+@shell:
120-+@parent:
121-+
122-Index: evolution-2.32.2/doc/reference/shell/tmpl/shell-actions.sgml
123-===================================================================
124---- evolution-2.32.2.orig/doc/reference/shell/tmpl/shell-actions.sgml 2011-02-06 17:23:32.000000000 +1100
125-+++ evolution-2.32.2/doc/reference/shell/tmpl/shell-actions.sgml 2011-02-07 14:33:44.369160879 +1100
126-@@ -180,14 +180,6 @@
127- @window:
128-
129-
130--<!-- ##### MACRO E_SHELL_WINDOW_ACTION_SEND_RECEIVE ##### -->
131--<para>
132--
133--</para>
134--
135--@window:
136--
137--
138- <!-- ##### MACRO E_SHELL_WINDOW_ACTION_SHOW_SIDEBAR ##### -->
139- <para>
140-
141
142=== modified file 'debian/patches/series'
143--- debian/patches/series 2011-02-25 16:30:40 +0000
144+++ debian/patches/series 2011-03-23 13:44:55 +0000
145@@ -16,7 +16,6 @@
146 95-git-01-no_recipient_meetings_d545307.patch
147 95-git-02-empty_trash_on_exit_30427e1.patch
148 95-git-03-ctrl-r_nntp_focus_new_msg_f5562e9.patch
149-95-git-04-express_acount_setup_5a25840.patch
150 95-git-05-crash_in_mini_cal_view_5549b33.patch
151 95-git-07-freebusy_invalid_writes_750abd6.patch
152 95-git-08-open_meeting_as_meeting_0efc5f6.patch

Subscribers

People subscribed via source and target branches