evolution r36942 - branches/gnome-2-24/plugins/groupwise-features



Author: abharath
Date: Mon Dec 29 06:15:16 2008
New Revision: 36942
URL: http://svn.gnome.org/viewvc/evolution?rev=36942&view=rev

Log:
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.


Modified:
   branches/gnome-2-24/plugins/groupwise-features/ChangeLog
   branches/gnome-2-24/plugins/groupwise-features/mail-retract.c

Modified: branches/gnome-2-24/plugins/groupwise-features/mail-retract.c
==============================================================================
--- branches/gnome-2-24/plugins/groupwise-features/mail-retract.c	(original)
+++ branches/gnome-2-24/plugins/groupwise-features/mail-retract.c	Mon Dec 29 06:15:16 2008
@@ -104,8 +104,8 @@
 
 		/* 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++;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]