aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chat-window.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-10-09 18:44:35 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-10-10 17:54:48 +0800
commit956b705f5a34bbdc58aa65891ccf671722c70163 (patch)
treea73debaff14593db1e7cd7371297cf795920db20 /src/empathy-chat-window.h
parent027c0ef1eb6f03343e39cbd3132fcdce84d0800a (diff)
downloadgsoc2013-empathy-956b705f5a34bbdc58aa65891ccf671722c70163.tar
gsoc2013-empathy-956b705f5a34bbdc58aa65891ccf671722c70163.tar.gz
gsoc2013-empathy-956b705f5a34bbdc58aa65891ccf671722c70163.tar.bz2
gsoc2013-empathy-956b705f5a34bbdc58aa65891ccf671722c70163.tar.lz
gsoc2013-empathy-956b705f5a34bbdc58aa65891ccf671722c70163.tar.xz
gsoc2013-empathy-956b705f5a34bbdc58aa65891ccf671722c70163.tar.zst
gsoc2013-empathy-956b705f5a34bbdc58aa65891ccf671722c70163.zip
turn EmpathyChatWindow to a GtkWindow subclass
https://bugzilla.gnome.org/show_bug.cgi?id=685793
Diffstat (limited to 'src/empathy-chat-window.h')
-rw-r--r--src/empathy-chat-window.h4
1 files changed, 2 insertions, 2 deletions
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);