X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fhildon2%2Fmodest-mailboxes-window.c;h=dbf8fa40944c85853eecda96a1e5e967df80e6f8;hp=d0df4a97d644ee2859b190506b59426add830720;hb=498f4ad7afce6a5320beadf565a67547381d04e6;hpb=9b5694efd25b0ec9866c6e097d3248e565780faa diff --git a/src/hildon2/modest-mailboxes-window.c b/src/hildon2/modest-mailboxes-window.c index d0df4a9..dbf8fa4 100644 --- a/src/hildon2/modest-mailboxes-window.c +++ b/src/hildon2/modest-mailboxes-window.c @@ -307,6 +307,8 @@ modest_mailboxes_window_new (const gchar *account) accel_key, accel_mods, 0); gtk_window_add_accel_group (GTK_WINDOW (self), accel_group); + modest_mailboxes_window_set_account (MODEST_MAILBOXES_WINDOW (self), account); + return MODEST_WINDOW(self); }