From b423ecffd69d4977323e97d0e7959dc31979a017 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sergio=20Villar=20Sen=C3=ADn?= Date: Thu, 11 Feb 2010 17:17:23 +0100 Subject: [PATCH] Set the proper parent class for window classes --- src/widgets/modest-accounts-window.c | 2 +- src/widgets/modest-folder-window.c | 2 +- src/widgets/modest-header-window.c | 2 +- src/widgets/modest-msg-edit-window.c | 2 +- src/widgets/modest-msg-view-window.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/widgets/modest-accounts-window.c b/src/widgets/modest-accounts-window.c index 581545b..5fddb8b 100644 --- a/src/widgets/modest-accounts-window.c +++ b/src/widgets/modest-accounts-window.c @@ -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; /************************************************************************/ diff --git a/src/widgets/modest-folder-window.c b/src/widgets/modest-folder-window.c index b581789..db7b11f 100644 --- a/src/widgets/modest-folder-window.c +++ b/src/widgets/modest-folder-window.c @@ -140,7 +140,7 @@ struct _ModestFolderWindowPrivate { ModestFolderWindowPrivate)) /* globals */ -static GtkWindowClass *parent_class = NULL; +static ModestWindowParentClass *parent_class = NULL; /************************************************************************/ diff --git a/src/widgets/modest-header-window.c b/src/widgets/modest-header-window.c index 734f7f1..53b544f 100644 --- a/src/widgets/modest-header-window.c +++ b/src/widgets/modest-header-window.c @@ -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 diff --git a/src/widgets/modest-msg-edit-window.c b/src/widgets/modest-msg-edit-window.c index d079fb2..984f160 100644 --- a/src/widgets/modest-msg-edit-window.c +++ b/src/widgets/modest-msg-edit-window.c @@ -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}; */ diff --git a/src/widgets/modest-msg-view-window.c b/src/widgets/modest-msg-view-window.c index 9a16fe7..2c6ca95 100644 --- a/src/widgets/modest-msg-view-window.c +++ b/src/widgets/modest-msg-view-window.c @@ -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}; -- 1.7.9.5