evolution r37308 - in trunk/calendar: . gui



Author: tobiasmue
Date: Sun Feb 22 12:19:49 2009
New Revision: 37308
URL: http://svn.gnome.org/viewvc/evolution?rev=37308&view=rev

Log:
2009-02-22  Tobias Mueller  <tobiasmue svn gnome org>

    * gui/e-itip-control.c (refresh_options_object):
    Make it use the proper action. Patch by PaweÅ Zembrzuski

    ** Fixes bug 566556



Modified:
   trunk/calendar/ChangeLog
   trunk/calendar/gui/e-itip-control.c

Modified: trunk/calendar/gui/e-itip-control.c
==============================================================================
--- trunk/calendar/gui/e-itip-control.c	(original)
+++ trunk/calendar/gui/e-itip-control.c	Sun Feb 22 12:19:49 2009
@@ -2435,7 +2435,7 @@
 	menu = gtk_menu_new ();
 
 	add_option (itip, menu, _("Send Latest Information"), 'S');
-	priv->action = 'R';
+	priv->action = 'S';
 
 	gtk_option_menu_set_menu (GTK_OPTION_MENU (option), menu);
 



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