aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy.c
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2010-06-24 17:38:15 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2010-06-24 17:38:15 +0800
commit45ca662701afa1fd92d26c587e56b6e1ade16e83 (patch)
treefe7ca4cbfc938f895a33f736135db44970c3d77d /src/empathy.c
parent249af05e390dc85d6545917b5449f090c1e19d16 (diff)
parentee36de0c87a759e0ffe7ef6e845110e53a724299 (diff)
downloadgsoc2013-empathy-45ca662701afa1fd92d26c587e56b6e1ade16e83.tar
gsoc2013-empathy-45ca662701afa1fd92d26c587e56b6e1ade16e83.tar.gz
gsoc2013-empathy-45ca662701afa1fd92d26c587e56b6e1ade16e83.tar.bz2
gsoc2013-empathy-45ca662701afa1fd92d26c587e56b6e1ade16e83.tar.lz
gsoc2013-empathy-45ca662701afa1fd92d26c587e56b6e1ade16e83.tar.xz
gsoc2013-empathy-45ca662701afa1fd92d26c587e56b6e1ade16e83.tar.zst
gsoc2013-empathy-45ca662701afa1fd92d26c587e56b6e1ade16e83.zip
Merge branch 'preferences-dialog-622557'
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 */