diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-03-09 05:52:27 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-03-09 05:52:27 +0800 |
commit | b55ef8b5232d98892526560ac2c974e1a3f8adee (patch) | |
tree | 68bccad18a395111c2caf173c7a46a89084d1205 /mail/folder-browser.c | |
parent | 61066010dcf502a4e3879b8539b92dde34bb27ff (diff) | |
download | gsoc2013-evolution-b55ef8b5232d98892526560ac2c974e1a3f8adee.tar gsoc2013-evolution-b55ef8b5232d98892526560ac2c974e1a3f8adee.tar.gz gsoc2013-evolution-b55ef8b5232d98892526560ac2c974e1a3f8adee.tar.bz2 gsoc2013-evolution-b55ef8b5232d98892526560ac2c974e1a3f8adee.tar.lz gsoc2013-evolution-b55ef8b5232d98892526560ac2c974e1a3f8adee.tar.xz gsoc2013-evolution-b55ef8b5232d98892526560ac2c974e1a3f8adee.tar.zst gsoc2013-evolution-b55ef8b5232d98892526560ac2c974e1a3f8adee.zip |
Call open_msg here so that it does the Right Thing (tm).
2001-03-08 Jeffrey Stedfast <fejj@ximian.com>
* folder-browser.c (on_double_click): Call open_msg here so that
it does the Right Thing (tm).
svn path=/trunk/; revision=8600
Diffstat (limited to 'mail/folder-browser.c')
-rw-r--r-- | mail/folder-browser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/folder-browser.c b/mail/folder-browser.c index 42fa8d35fa..f082ad18f1 100644 --- a/mail/folder-browser.c +++ b/mail/folder-browser.c @@ -786,8 +786,8 @@ on_double_click (ETable *table, gint row, gint col, GdkEvent *event, FolderBrows */ if (MESSAGE_LIST_COLUMN_IS_ACTIVE (col)) return; - - view_msg (NULL, fb); + + open_msg (NULL, fb); } static void |