aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-main-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-main-window.c')
-rw-r--r--src/empathy-main-window.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index 43e9224bb..6dcd6975e 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -695,12 +695,7 @@ static void
main_window_view_show_ft_manager (GtkAction *action,
EmpathyMainWindow *window)
{
- EmpathyFTManager *manager;
-
- manager = empathy_ft_manager_dup_singleton ();
- empathy_ft_manager_show (manager);
-
- g_object_unref (manager);
+ empathy_ft_manager_show ();
}
static void