From c7d3c9f95609123035ebaa267f9d2e6ecfa8c2e8 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 12 Jan 2009 04:12:01 +0000 Subject: Merge revisions 36866:37046 from trunk. svn path=/branches/kill-bonobo/; revision=37050 --- plugins/groupwise-features/ChangeLog | 7 +++++++ plugins/groupwise-features/mail-retract.c | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'plugins/groupwise-features') diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog index 1fb67ff518..aeb89aecb5 100644 --- a/plugins/groupwise-features/ChangeLog +++ b/plugins/groupwise-features/ChangeLog @@ -1,3 +1,10 @@ +2008-12-29 Bharath Acharya + + ** Fix for bug bnc #435694 + + * mail-retract.c: (org_gnome_retract_message): Since we now add a bar, + lets set the popup items right. + 2008-11-20 Bharath Acharya ** Fix for bug bnc #446286 diff --git a/plugins/groupwise-features/mail-retract.c b/plugins/groupwise-features/mail-retract.c index 737d6626cd..928a780124 100644 --- a/plugins/groupwise-features/mail-retract.c +++ b/plugins/groupwise-features/mail-retract.c @@ -104,8 +104,8 @@ void org_gnome_retract_message (EPlugin *ep, EMPopupTargetSelect *t) /* for translation*/ if (!first) { - popup_items[0].label = _(popup_items[0].label); - popup_items[0].user_data = g_strdup((char *) g_ptr_array_index(uids, 0)); + popup_items[1].label = _(popup_items[1].label); + popup_items[1].user_data = g_strdup((char *) g_ptr_array_index(uids, 0)); } first++; -- cgit v1.2.3