aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-main-window.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2009-01-16 04:40:17 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-01-16 04:40:17 +0800
commit3b1d93ed7f7a948d24ecaeb97751083c41841b81 (patch)
treedd52029f5f7e102d2976c858f15a6eaf6c671cb9 /src/empathy-main-window.c
parent577ef4e2d94c51ee8dc4a991e1bd62f6e0ca9d34 (diff)
downloadgsoc2013-empathy-3b1d93ed7f7a948d24ecaeb97751083c41841b81.tar
gsoc2013-empathy-3b1d93ed7f7a948d24ecaeb97751083c41841b81.tar.gz
gsoc2013-empathy-3b1d93ed7f7a948d24ecaeb97751083c41841b81.tar.bz2
gsoc2013-empathy-3b1d93ed7f7a948d24ecaeb97751083c41841b81.tar.lz
gsoc2013-empathy-3b1d93ed7f7a948d24ecaeb97751083c41841b81.tar.xz
gsoc2013-empathy-3b1d93ed7f7a948d24ecaeb97751083c41841b81.tar.zst
gsoc2013-empathy-3b1d93ed7f7a948d24ecaeb97751083c41841b81.zip
empathy_mission_control_new -> dup_singleton.
svn path=/trunk/; revision=2233
Diffstat (limited to 'src/empathy-main-window.c')
-rw-r--r--src/empathy-main-window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index 002820c39..cafa5f0ae 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -551,7 +551,7 @@ empathy_main_window_show (void)
main_window_connection_items_setup (window, glade);
g_object_unref (glade);
- window->mc = empathy_mission_control_new ();
+ window->mc = empathy_mission_control_dup_singleton ();
window->account_manager = empathy_account_manager_dup_singleton ();
g_signal_connect (window->account_manager,
@@ -848,7 +848,7 @@ main_window_favorite_chatroom_join (EmpathyChatroom *chatroom)
McAccount *account;
const gchar *room;
- mc = empathy_mission_control_new ();
+ mc = empathy_mission_control_dup_singleton ();
account = empathy_chatroom_get_account (chatroom);
room = empathy_chatroom_get_room (chatroom);