diff options
author | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2009-04-08 05:41:23 +0800 |
---|---|---|
committer | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2009-05-28 00:52:05 +0800 |
commit | 4152e6dc08ea55434558e4b0105ec1df3628c4f8 (patch) | |
tree | 6178507c20c7e5981cccc15fbf4d0c11373f6d54 /src/empathy-main-window.c | |
parent | 43680e9c8613024a9d92c03b2e937d8bcbc8e22b (diff) | |
download | gsoc2013-empathy-4152e6dc08ea55434558e4b0105ec1df3628c4f8.tar gsoc2013-empathy-4152e6dc08ea55434558e4b0105ec1df3628c4f8.tar.gz gsoc2013-empathy-4152e6dc08ea55434558e4b0105ec1df3628c4f8.tar.bz2 gsoc2013-empathy-4152e6dc08ea55434558e4b0105ec1df3628c4f8.tar.lz gsoc2013-empathy-4152e6dc08ea55434558e4b0105ec1df3628c4f8.tar.xz gsoc2013-empathy-4152e6dc08ea55434558e4b0105ec1df3628c4f8.tar.zst gsoc2013-empathy-4152e6dc08ea55434558e4b0105ec1df3628c4f8.zip |
Use its own ListStore of contacts instead of borrowing the Contact
List's
Diffstat (limited to 'src/empathy-main-window.c')
-rw-r--r-- | src/empathy-main-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |