aboutsummaryrefslogtreecommitdiffstats
path: root/composer
diff options
context:
space:
mode:
authorMichael Meeks <michael@helixcode.com>2000-08-12 13:04:43 +0800
committerMichael Meeks <mmeeks@src.gnome.org>2000-08-12 13:04:43 +0800
commit9d009258289579da708ec2aa3744471646d5bfa2 (patch)
tree5439b3fd61328ac374d183b0afc13d0835af086f /composer
parent5452537dd8e38b83ecf0f1fa422c77842638de93 (diff)
downloadgsoc2013-evolution-9d009258289579da708ec2aa3744471646d5bfa2.tar
gsoc2013-evolution-9d009258289579da708ec2aa3744471646d5bfa2.tar.gz
gsoc2013-evolution-9d009258289579da708ec2aa3744471646d5bfa2.tar.bz2
gsoc2013-evolution-9d009258289579da708ec2aa3744471646d5bfa2.tar.lz
gsoc2013-evolution-9d009258289579da708ec2aa3744471646d5bfa2.tar.xz
gsoc2013-evolution-9d009258289579da708ec2aa3744471646d5bfa2.tar.zst
gsoc2013-evolution-9d009258289579da708ec2aa3744471646d5bfa2.zip
kill using_oaf assertion.
2000-08-12 Michael Meeks <michael@helixcode.com> * main.c (main): kill using_oaf assertion. 2000-08-12 Michael Meeks <michael@helixcode.com> * e-msg-composer.c (get_text): get_text not get_txt. svn path=/trunk/; revision=4770
Diffstat (limited to 'composer')
-rw-r--r--composer/ChangeLog4
-rw-r--r--composer/e-msg-composer.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 383b57f89a..9f5db71457 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,7 @@
+2000-08-12 Michael Meeks <michael@helixcode.com>
+
+ * e-msg-composer.c (get_text): get_text not get_txt.
+
2000-08-11 JP Rosevear <jpr@helixcode.com>
* e-msg-composer.c (e_msg_composer_new_with_message): Use
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c
index d60343b2b4..2d74775c7d 100644
--- a/composer/e-msg-composer.c
+++ b/composer/e-msg-composer.c
@@ -109,7 +109,7 @@ get_text (Bonobo_PersistStream persist, char *format)
format, &ev);
if (ev._major != CORBA_NO_EXCEPTION) {
g_warning ("Exception getting mail '%s'",
- bonobo_exception_get_txt (&ev));
+ bonobo_exception_get_text (&ev));
return NULL;
}