From 4152e6dc08ea55434558e4b0105ec1df3628c4f8 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin Date: Tue, 7 Apr 2009 17:41:23 -0400 Subject: Use its own ListStore of contacts instead of borrowing the Contact List's --- src/empathy-main-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/empathy-main-window.c') diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index b21464834..0ff054faa 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -720,7 +720,7 @@ static void main_window_view_show_map_cb (GtkCheckMenuItem *item, EmpathyMainWindow *window) { - empathy_map_view_show (window->list_store); + empathy_map_view_show (); } #endif -- cgit v1.2.3