diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-02-07 11:25:28 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-02-07 11:25:28 +0800 |
commit | 71c965734eb20a39456ecc7c6f87052059cd23d4 (patch) | |
tree | 9de2181c8139c9357080ec9a92bb3ee224cee7bb /mail/message-list.c | |
parent | 8c88be844bdfd12b93c5977f69ae51fdb14cc459 (diff) | |
download | gsoc2013-evolution-71c965734eb20a39456ecc7c6f87052059cd23d4.tar.gz gsoc2013-evolution-71c965734eb20a39456ecc7c6f87052059cd23d4.tar.zst gsoc2013-evolution-71c965734eb20a39456ecc7c6f87052059cd23d4.zip |
Added libmenus.la.
2001-02-06 Christopher James Lahey <clahey@ximian.com>
* Makefile.am (evolution_mail_LDADD): Added libmenus.la.
* folder-browser-factory.c (control_activate): Added GalView menus
here.
* message-list.c, message-list.h (message_list_get_layout): Made
message_list_get_layout export.
svn path=/trunk/; revision=8041
Diffstat (limited to 'mail/message-list.c')
-rw-r--r-- | mail/message-list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/message-list.c b/mail/message-list.c index 7ffc21aa95..f4cefc8788 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -1155,7 +1155,7 @@ static char *list [] = { }; #endif -static char * +char * message_list_get_layout (MessageList *message_list) { /* Default: Status, Attachments, Priority, From, Subject, Date */ |