evolution r37168 - branches/gnome-2-24/mail
- From: sragavan svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r37168 - branches/gnome-2-24/mail
- Date: Thu, 29 Jan 2009 15:28:33 +0000 (UTC)
Author: sragavan
Date: Thu Jan 29 15:28:32 2009
New Revision: 37168
URL: http://svn.gnome.org/viewvc/evolution?rev=37168&view=rev
Log:
2009-01-29 Srinivasa Ragavan <sragavan novell com>
** Fix for bug #567654
* message-list.c: (regen_list_exec): Don't free reffable string.
Modified:
branches/gnome-2-24/mail/ChangeLog
branches/gnome-2-24/mail/message-list.c
Modified: branches/gnome-2-24/mail/message-list.c
==============================================================================
--- branches/gnome-2-24/mail/message-list.c (original)
+++ branches/gnome-2-24/mail/message-list.c Thu Jan 29 15:28:32 2009
@@ -4001,7 +4001,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]