diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/folder-browser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/folder-browser.c b/mail/folder-browser.c index 80b7247bcc..e58b97e77c 100644 --- a/mail/folder-browser.c +++ b/mail/folder-browser.c @@ -1413,7 +1413,7 @@ etree_key (ETree *tree, int row, ETreePath path, int col, GdkEvent *ev, FolderBr case GDK_ISO_Enter: if (fb->preview_shown) open_msg (NULL, fb); - else if (fb->uicmp) + else if (fb->uicomp) bonobo_ui_component_set_prop (fb->uicomp, "/commands/ViewPreview", "state", "1", NULL); |