Wrong instace size for TnyFolderStoreQueryItem
- From: Sergio Villar Senin <svillar igalia com>
- To: tinymail-devel-list gnome org
- Subject: Wrong instace size for TnyFolderStoreQueryItem
- Date: Thu, 16 Nov 2006 11:38:21 +0100
Hi,
find attached the patch that sets the right size for a
TnyFolderStoreQueryItem instance.
Br
Index: ChangeLog
===================================================================
--- ChangeLog (revision 1172)
+++ ChangeLog (working copy)
@@ -1,3 +1,9 @@
+2006-11-16 Sergio Villar Senin <svillar igalia com>
+
+ * libtinymail/tny-folder-store-query.c
+ (tny_folder_store_query_item_get_type): replaced TnyFolderStoreQuery
+ by TnyFolderStoreQueryItem in the instance size field
+
2006-11-15 Philip van Hoof <pvanhoof gnome org>
* libtinymailui-mozembed: fixes for the Gecko support
Index: libtinymail/tny-folder-store-query.c
===================================================================
--- libtinymail/tny-folder-store-query.c (revision 1172)
+++ libtinymail/tny-folder-store-query.c (working copy)
@@ -139,7 +139,7 @@
(GClassInitFunc) tny_folder_store_query_item_class_init,
NULL, /* class_finalize */
NULL, /* class_data */
- sizeof (TnyFolderStoreQuery),
+ sizeof (TnyFolderStoreQueryItem),
0, /* n_preallocs */
(GInstanceInitFunc) tny_folder_store_query_item_init,
NULL
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]