From c028a63bd84beb861d6f0df143acef1334dcd281 Mon Sep 17 00:00:00 2001 From: Bharath Acharya Date: Mon, 29 Dec 2008 06:13:41 +0000 Subject: ** Fix for bug bnc #435694 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. svn path=/trunk/; revision=36941 --- plugins/groupwise-features/ChangeLog | 7 +++++++ plugins/groupwise-features/mail-retract.c | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'plugins') 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