X-Git-Url: http://vcs.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fwidgets%2Fmodest-mailboxes-window.c;fp=src%2Fwidgets%2Fmodest-mailboxes-window.c;h=79d36d22457cafdfa34cb1145818a2cb426732ad;hp=89df6843f8ac238ed1bc557e2568dc96618278af;hb=4ac82888b5c52ca3c6ccc6d44675f171fc6abeac;hpb=b8a28ec2cedd74525ff802fb341a96e64c5481b1 diff --git a/src/widgets/modest-mailboxes-window.c b/src/widgets/modest-mailboxes-window.c index 89df684..79d36d2 100644 --- a/src/widgets/modest-mailboxes-window.c +++ b/src/widgets/modest-mailboxes-window.c @@ -476,7 +476,7 @@ on_mailbox_activated (ModestFolderView *mailboxes_view, new_window = GTK_WIDGET (modest_folder_window_new (NULL)); active_account = modest_window_get_active_account (MODEST_WINDOW (self)); - modest_window_set_active_account (MODEST_WINDOW (self), active_account); + modest_window_set_active_account (MODEST_WINDOW (new_window), active_account); registered = modest_window_mgr_register_window (modest_runtime_get_window_mgr (), MODEST_WINDOW (new_window), MODEST_WINDOW (self));