evolution r37167 - trunk/mail



Author: sragavan
Date: Thu Jan 29 15:28:03 2009
New Revision: 37167
URL: http://svn.gnome.org/viewvc/evolution?rev=37167&view=rev

Log:
2009-01-29  Srinivasa Ragavan  <sragavan novell com>

	** Fix for bug #567654

	* message-list.c: (regen_list_exec): Don't free the reffable string.


Modified:
   trunk/mail/ChangeLog
   trunk/mail/message-list.c

Modified: trunk/mail/message-list.c
==============================================================================
--- trunk/mail/message-list.c	(original)
+++ trunk/mail/message-list.c	Thu Jan 29 15:28:03 2009
@@ -4061,7 +4061,7 @@
 				   on the flag whether we can view deleted messages or not. */
 
 				if (!was_deleted || (was_deleted && !m->hidedel))
-					g_ptr_array_add (uids, g_strdup (looking_for));
+					g_ptr_array_add (uids, camel_pstring_strdup (looking_for));
 			}
 		}
 	}



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