[gnome-todo/wip/goa-lists] storage: fix class size issue
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-todo/wip/goa-lists] storage: fix class size issue
- Date: Tue, 25 Aug 2015 22:15:54 +0000 (UTC)
commit 7865bc65123fe548934bc7963d651e7b8e1d98cd
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Tue Aug 25 19:03:37 2015 -0300
storage: fix class size issue
We must use GObjectClass in GtdStorageClass, it is
conceptual.
src/storage/gtd-storage.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/storage/gtd-storage.h b/src/storage/gtd-storage.h
index 61d12c6..a77635b 100644
--- a/src/storage/gtd-storage.h
+++ b/src/storage/gtd-storage.h
@@ -32,7 +32,7 @@ G_DECLARE_DERIVABLE_TYPE (GtdStorage, gtd_storage, GTD, STORAGE, GObject)
struct _GtdStorageClass
{
- GObject parent;
+ GObjectClass parent;
/* Abstract methods */
GIcon* (*get_icon) (GtdStorage *storage);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]