aboutsummaryrefslogtreecommitdiffstats
path: root/composer
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2009-02-17 23:59:18 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2009-02-17 23:59:18 +0800
commit7ed5f59771262651ee8b0d29a123e43a6ac0b6c6 (patch)
treedfdd3b5b9b049361f6eeb92ca449c3be83434d31 /composer
parentbf3f62476491b492b9d37aee6051e8f1b16ce655 (diff)
downloadgsoc2013-evolution-7ed5f59771262651ee8b0d29a123e43a6ac0b6c6.tar
gsoc2013-evolution-7ed5f59771262651ee8b0d29a123e43a6ac0b6c6.tar.gz
gsoc2013-evolution-7ed5f59771262651ee8b0d29a123e43a6ac0b6c6.tar.bz2
gsoc2013-evolution-7ed5f59771262651ee8b0d29a123e43a6ac0b6c6.tar.lz
gsoc2013-evolution-7ed5f59771262651ee8b0d29a123e43a6ac0b6c6.tar.xz
gsoc2013-evolution-7ed5f59771262651ee8b0d29a123e43a6ac0b6c6.tar.zst
gsoc2013-evolution-7ed5f59771262651ee8b0d29a123e43a6ac0b6c6.zip
Miscellaneous bug fixes.
Kill e-util/e-corba-utils.[ch]. svn path=/branches/kill-bonobo/; revision=37283
Diffstat (limited to 'composer')
-rw-r--r--composer/e-composer-actions.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/composer/e-composer-actions.c b/composer/e-composer-actions.c
index 71065d6996..01c05ecc61 100644
--- a/composer/e-composer-actions.c
+++ b/composer/e-composer-actions.c
@@ -22,7 +22,6 @@
#include <fcntl.h>
#include <e-util/e-error.h>
#include <mail/em-event.h>
-#include <mail/em-composer-utils.h>
#include "misc/e-charset-picker.h"
@@ -328,7 +327,10 @@ static void
action_new_message_cb (GtkAction *action,
EMsgComposer *composer)
{
- em_utils_compose_new_message (NULL);
+ GtkWidget *widget;
+
+ widget = e_msg_composer_new ();
+ gtk_widget_show (widget);
}
static void