[gedit] Use correct parent class in GeditCommmandLine



commit f342520fcbc1767307ac15e4ef4b91c96cfa4d65
Author: Garrett Regier <alias301 gmail com>
Date:   Sat Jun 5 16:40:27 2010 -0700

    Use correct parent class in GeditCommmandLine

 gedit/gedit-command-line.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gedit/gedit-command-line.h b/gedit/gedit-command-line.h
index 741c0b2..1674473 100644
--- a/gedit/gedit-command-line.h
+++ b/gedit/gedit-command-line.h
@@ -51,7 +51,7 @@ struct _GeditCommandLine
 
 struct _GeditCommandLineClass
 {
-	GObjectClass parent_class;
+	GInitiallyUnownedClass parent_class;
 };
 
 GType			 gedit_command_line_get_type		(void) G_GNUC_CONST;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]