[gedit] Fix the parent in gedit-app class struct.
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Fix the parent in gedit-app class struct.
- Date: Sat, 9 Apr 2011 12:46:34 +0000 (UTC)
commit 597f1133c2bc6df83773f5a0dd97f63a19b7ae36
Author: Paolo Borelli <pborelli gnome org>
Date: Sat Apr 9 14:48:54 2011 +0200
Fix the parent in gedit-app class struct.
gedit/gedit-app.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gedit/gedit-app.h b/gedit/gedit-app.h
index 03f0c53..34f71d6 100644
--- a/gedit/gedit-app.h
+++ b/gedit/gedit-app.h
@@ -70,7 +70,7 @@ typedef struct _GeditAppClass GeditAppClass;
struct _GeditAppClass
{
- GObjectClass parent_class;
+ GInitiallyUnownedClass parent_class;
gboolean (*last_window_destroyed) (GeditApp *app);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]