[evolution-data-server] CamelStore: Chain up in the constructed() method
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] CamelStore: Chain up in the constructed() method
- Date: Fri, 22 Apr 2011 12:50:17 +0000 (UTC)
commit add4a22db5bc1d0b9d72dfe404568be51d31b266
Author: Matthew Barnes <mbarnes redhat com>
Date: Fri Apr 22 08:48:51 2011 -0400
CamelStore: Chain up in the constructed() method
Forgot to add that part yesterday. Nothing works without it.
camel/camel-store.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/camel/camel-store.c b/camel/camel-store.c
index 92132ef..077f5d6 100644
--- a/camel/camel-store.c
+++ b/camel/camel-store.c
@@ -258,6 +258,9 @@ store_constructed (GObject *object)
CamelStore *store;
CamelStoreClass *class;
+ /* Chain up to parent's constructed() method. */
+ G_OBJECT_CLASS (camel_store_parent_class)->constructed (object);
+
store = CAMEL_STORE (object);
class = CAMEL_STORE_GET_CLASS (store);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]