Set the proper parent class for window classes
authorSergio Villar Senín <svillar@igalia.com>
Thu, 11 Feb 2010 16:17:23 +0000 (17:17 +0100)
committerSergio Villar Senín <svillar@igalia.com>
Fri, 12 Feb 2010 17:21:19 +0000 (18:21 +0100)
src/widgets/modest-accounts-window.c
src/widgets/modest-folder-window.c
src/widgets/modest-header-window.c
src/widgets/modest-msg-edit-window.c
src/widgets/modest-msg-view-window.c

index 581545b..5fddb8b 100644 (file)
@@ -112,7 +112,7 @@ struct _ModestAccountsWindowPrivate {
                                                                            ModestAccountsWindowPrivate))
 
 /* globals */
-static GtkWindowClass *parent_class = NULL;
+static ModestWindowParentClass *parent_class = NULL;
 static GtkWidget *pre_created_accounts_window = NULL;
 
 /************************************************************************/
index b581789..db7b11f 100644 (file)
@@ -140,7 +140,7 @@ struct _ModestFolderWindowPrivate {
                                                                          ModestFolderWindowPrivate))
 
 /* globals */
-static GtkWindowClass *parent_class = NULL;
+static ModestWindowParentClass *parent_class = NULL;
 
 /************************************************************************/
 
index 734f7f1..53b544f 100644 (file)
@@ -197,7 +197,7 @@ static void  toggle_isearch_toolbar (GtkWidget *obj,
 
 
 /* globals */
-static GtkWindowClass *parent_class = NULL;
+static ModestWindowParentClass *parent_class = NULL;
 
 #define EMPTYVIEW_XALIGN 0.5
 #define EMPTYVIEW_YALIGN 0.5
index d079fb2..984f160 100644 (file)
@@ -354,7 +354,7 @@ struct _ModestMsgEditWindowPrivate {
                                                     MODEST_TYPE_MSG_EDIT_WINDOW, \
                                                     ModestMsgEditWindowPrivate))
 /* globals */
-static GtkWindowClass *parent_class = NULL;
+static ModestWindowParentClass *parent_class = NULL;
 
 /* uncomment the following if you have defined any signals */
 /* static guint signals[LAST_SIGNAL] = {0}; */
index 9a16fe7..2c6ca95 100644 (file)
@@ -283,7 +283,7 @@ static const GtkToggleActionEntry msg_view_toggle_action_entries [] = {
                                                     MODEST_TYPE_MSG_VIEW_WINDOW, \
                                                     ModestMsgViewWindowPrivate))
 /* globals */
-static GtkWindowClass *parent_class = NULL;
+static ModestWindowParentClass *parent_class = NULL;
 
 /* uncomment the following if you have defined any signals */
 static guint signals[LAST_SIGNAL] = {0};