evolution-sharp r181 - in trunk: . evolution/src



Author: jjohnny
Date: Mon Jul 21 08:28:01 2008
New Revision: 181
URL: http://svn.gnome.org/viewvc/evolution-sharp?rev=181&view=rev

Log:
Fix for Bug #540792. evolution/src/CalComponent.cs: In Summary property, Create a new CalComponentText with altrep = null and not with "".


Modified:
   trunk/ChangeLog
   trunk/evolution/src/CalComponent.cs

Modified: trunk/evolution/src/CalComponent.cs
==============================================================================
--- trunk/evolution/src/CalComponent.cs	(original)
+++ trunk/evolution/src/CalComponent.cs	Mon Jul 21 08:28:01 2008
@@ -220,7 +220,7 @@
 				return temp;
 			}
 			set {
-				CalComponentText text = new CalComponentText (value,"");
+				CalComponentText text = new CalComponentText (value, null);
 				e_cal_component_set_summary (Handle, ref text);
 			}
 		}



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