aboutsummaryrefslogtreecommitdiffstats
path: root/composer/evolution-composer.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-12-02 11:07:59 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-12-02 11:07:59 +0800
commitaececffc14564bc496a333845c9c5d4ac910d51e (patch)
treee971e81a86d7da96afd9f6443a508757cbb1e01f /composer/evolution-composer.c
parent3041d1943a01406abf5672d8759213472e61298d (diff)
downloadgsoc2013-evolution-aececffc14564bc496a333845c9c5d4ac910d51e.tar
gsoc2013-evolution-aececffc14564bc496a333845c9c5d4ac910d51e.tar.gz
gsoc2013-evolution-aececffc14564bc496a333845c9c5d4ac910d51e.tar.bz2
gsoc2013-evolution-aececffc14564bc496a333845c9c5d4ac910d51e.tar.lz
gsoc2013-evolution-aececffc14564bc496a333845c9c5d4ac910d51e.tar.xz
gsoc2013-evolution-aececffc14564bc496a333845c9c5d4ac910d51e.tar.zst
gsoc2013-evolution-aececffc14564bc496a333845c9c5d4ac910d51e.zip
removed warning about e_notice. its used too much, its here to stay.
2002-11-27 Not Zed <NotZed@Ximian.com> * e-msg-composer.c (save): removed warning about e_notice. its used too much, its here to stay. * *.[ch]: run fix.sh over everything. svn path=/trunk/; revision=18973
Diffstat (limited to 'composer/evolution-composer.c')
-rw-r--r--composer/evolution-composer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer/evolution-composer.c b/composer/evolution-composer.c
index cf435665a6..be540b8d2e 100644
--- a/composer/evolution-composer.c
+++ b/composer/evolution-composer.c
@@ -403,7 +403,7 @@ static BonoboObject *
factory_fn (BonoboGenericFactory *factory, const char *id, void *closure)
{
if (!mail_config_is_configured ()) {
- e_notice (NULL, GNOME_MESSAGE_BOX_ERROR,
+ e_notice (NULL, GTK_MESSAGE_ERROR,
_("Could not create composer window, because you "
"have not yet\nconfigured any identities in the "
"mail component."));
@@ -418,7 +418,7 @@ evolution_composer_factory_init (void (*send) (EMsgComposer *, gpointer),
{
if (bonobo_generic_factory_new (GNOME_EVOLUTION_MAIL_COMPOSER_FACTORY_ID,
factory_fn, NULL) == NULL) {
- e_notice (NULL, GNOME_MESSAGE_BOX_ERROR,
+ e_notice (NULL, GTK_MESSAGE_ERROR,
_("Cannot initialize the Evolution composer."));
exit (1);
}