evolution r36996 - in branches/gnome-2-24/calendar: . gui/dialogs



Author: msuman
Date: Tue Jan  6 09:00:47 2009
New Revision: 36996
URL: http://svn.gnome.org/viewvc/evolution?rev=36996&view=rev

Log:
Fix for bug #458968 (bugzilla.novell.com) - Don't warn the user about changes being lost if he is trying to delegate the meeting.

Modified:
   branches/gnome-2-24/calendar/ChangeLog
   branches/gnome-2-24/calendar/gui/dialogs/comp-editor.c

Modified: branches/gnome-2-24/calendar/gui/dialogs/comp-editor.c
==============================================================================
--- branches/gnome-2-24/calendar/gui/dialogs/comp-editor.c	(original)
+++ branches/gnome-2-24/calendar/gui/dialogs/comp-editor.c	Tue Jan  6 09:00:47 2009
@@ -2389,6 +2389,7 @@
 
 	show_warning =
 		!editor->priv->warned &&
+		!(editor->priv->flags & COMP_EDITOR_DELEGATE) &&
 		editor->priv->existing_org &&
 		!editor->priv->user_org;
 
@@ -2437,6 +2438,7 @@
 
 	show_warning =
 		changed && !editor->priv->warned &&
+		!(editor->priv->flags & COMP_EDITOR_DELEGATE) &&
 		editor->priv->existing_org && !editor->priv->user_org;
 
 	if (show_warning) {



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