diff options
author | Bharath Acharya <abharath@novell.com> | 2008-12-29 14:13:41 +0800 |
---|---|---|
committer | Bharath Acharya <abharath@src.gnome.org> | 2008-12-29 14:13:41 +0800 |
commit | c028a63bd84beb861d6f0df143acef1334dcd281 (patch) | |
tree | c1f4624197f21fe5736653f68f17d5dff879f4d8 /plugins/groupwise-features/mail-retract.c | |
parent | b24fc3e455eca8d5dcb9119ce8a47af83dec494f (diff) | |
download | gsoc2013-evolution-c028a63bd84beb861d6f0df143acef1334dcd281.tar.gz gsoc2013-evolution-c028a63bd84beb861d6f0df143acef1334dcd281.tar.zst gsoc2013-evolution-c028a63bd84beb861d6f0df143acef1334dcd281.zip |
** Fix for bug bnc #435694
2008-12-29 Bharath Acharya <abharath@novell.com>
** 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
Diffstat (limited to 'plugins/groupwise-features/mail-retract.c')
-rw-r--r-- | plugins/groupwise-features/mail-retract.c | 4 |
1 files changed, 2 insertions, 2 deletions
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++; |