diff options
author | Federico Mena Quintero <federico@novell.com> | 2010-05-08 04:03:03 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@novell.com> | 2010-05-08 04:23:25 +0800 |
commit | f9352579b48ee7a697979e3f7043399097652cd9 (patch) | |
tree | 130428bc7a1c6ef84719c6ade1266fe848763bb5 /mail/em-composer-utils.h | |
parent | 2aa44ca3df3a60357397a47316465ffbeda1e82c (diff) | |
download | gsoc2013-evolution-f9352579b48ee7a697979e3f7043399097652cd9.tar.gz gsoc2013-evolution-f9352579b48ee7a697979e3f7043399097652cd9.tar.zst gsoc2013-evolution-f9352579b48ee7a697979e3f7043399097652cd9.zip |
Use the lite-composer when the shell is in small-screen mode
Remove various utility functions that conditionally create
a lite composer, and just use the normal functions to
create a composer. The composer will know by itself whether
it needs to adjust for small screens.
Signed-off-by: Federico Mena Quintero <federico@novell.com>
Diffstat (limited to 'mail/em-composer-utils.h')
-rw-r--r-- | mail/em-composer-utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/em-composer-utils.h b/mail/em-composer-utils.h index be29a7ae71..92e7e182f4 100644 --- a/mail/em-composer-utils.h +++ b/mail/em-composer-utils.h @@ -33,7 +33,6 @@ G_BEGIN_DECLS void em_utils_compose_new_message (const gchar *fromuri); -EMsgComposer * em_utils_compose_lite_new_message (const gchar *fromuri); /* FIXME: mailto? url? should make up its mind what its called. imho use 'uri' */ EMsgComposer * em_utils_compose_new_message_with_mailto (const gchar *url, const gchar *fromuri); |