aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy.c
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2010-06-23 21:33:49 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2010-06-24 17:37:21 +0800
commit53ff0c11c8b340eb7038bade1a12a7c4bd5f4cac (patch)
treeea6c00d99d78b50e4bdff1601a26bc303d607591 /src/empathy.c
parent30963d50de3652cca566fda8d753e733f0fb243a (diff)
downloadgsoc2013-empathy-53ff0c11c8b340eb7038bade1a12a7c4bd5f4cac.tar
gsoc2013-empathy-53ff0c11c8b340eb7038bade1a12a7c4bd5f4cac.tar.gz
gsoc2013-empathy-53ff0c11c8b340eb7038bade1a12a7c4bd5f4cac.tar.bz2
gsoc2013-empathy-53ff0c11c8b340eb7038bade1a12a7c4bd5f4cac.tar.lz
gsoc2013-empathy-53ff0c11c8b340eb7038bade1a12a7c4bd5f4cac.tar.xz
gsoc2013-empathy-53ff0c11c8b340eb7038bade1a12a7c4bd5f4cac.tar.zst
gsoc2013-empathy-53ff0c11c8b340eb7038bade1a12a7c4bd5f4cac.zip
Port EmpathyMainWindow to GtkWindow subclass
Diffstat (limited to 'src/empathy.c')
-rw-r--r--src/empathy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy.c b/src/empathy.c
index 85c0ea8b7..e1b6528eb 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -649,7 +649,8 @@ main (int argc, char *argv[])
migrate_config_to_xdg_dir ();
/* Setting up UI */
- window = empathy_main_window_show ();
+ window = empathy_main_window_dup ();
+ gtk_widget_show (window);
icon = empathy_status_icon_new (GTK_WINDOW (window), start_hidden);
/* Chat manager */