From 956b705f5a34bbdc58aa65891ccf671722c70163 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 9 Oct 2012 12:44:35 +0200 Subject: turn EmpathyChatWindow to a GtkWindow subclass https://bugzilla.gnome.org/show_bug.cgi?id=685793 --- src/empathy-chat-window.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/empathy-chat-window.h') diff --git a/src/empathy-chat-window.h b/src/empathy-chat-window.h index 054469dfa..2041634aa 100644 --- a/src/empathy-chat-window.h +++ b/src/empathy-chat-window.h @@ -64,13 +64,13 @@ typedef struct _EmpathyChatWindowPriv EmpathyChatWindowPriv; struct _EmpathyChatWindow { - GObject parent; + GtkWindow parent; EmpathyChatWindowPriv *priv; }; struct _EmpathyChatWindowClass { - GObjectClass parent_class; + GtkWindowClass parent_class; }; GType empathy_chat_window_get_type (void); -- cgit v1.2.3