aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Tromey <tromey@cygnus.com>1998-03-22 06:43:56 +0800
committerTom Tromey <tromey@src.gnome.org>1998-03-22 06:43:56 +0800
commit190d643bce2458203c0a8fc490aa76315df1d33b (patch)
treee1642ac66a471c7c6eade65c9d65ef3aa6c02f19
parent5eaac213873ae075aeafe9d2fb4423afd57ab0b8 (diff)
downloadgsoc2013-evolution-190d643bce2458203c0a8fc490aa76315df1d33b.tar
gsoc2013-evolution-190d643bce2458203c0a8fc490aa76315df1d33b.tar.gz
gsoc2013-evolution-190d643bce2458203c0a8fc490aa76315df1d33b.tar.bz2
gsoc2013-evolution-190d643bce2458203c0a8fc490aa76315df1d33b.tar.lz
gsoc2013-evolution-190d643bce2458203c0a8fc490aa76315df1d33b.tar.xz
gsoc2013-evolution-190d643bce2458203c0a8fc490aa76315df1d33b.tar.zst
gsoc2013-evolution-190d643bce2458203c0a8fc490aa76315df1d33b.zip
Use gnome_message_box_*, not gnome_messagebox_*.
Sat Mar 21 15:43:20 1998 Tom Tromey <tromey@cygnus.com> * gncal.c: Use gnome_message_box_*, not gnome_messagebox_*. svn path=/trunk/; revision=76
-rw-r--r--calendar/ChangeLog4
-rw-r--r--calendar/gncal.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index b710acc42e..0e8457cea2 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,7 @@
+Sat Mar 21 15:43:20 1998 Tom Tromey <tromey@cygnus.com>
+
+ * gncal.c: Use gnome_message_box_*, not gnome_messagebox_*.
+
1998-03-12 Craig Small <csmall@small.dropbear.id.au>
* Now linked (in some horrible way) to the gtkcalendar widget.
diff --git a/calendar/gncal.c b/calendar/gncal.c
index dd645ce8c7..9e10d995b6 100644
--- a/calendar/gncal.c
+++ b/calendar/gncal.c
@@ -63,7 +63,7 @@ void print_error(char *text)
sprintf(buf, "%s (%s)", text, g_strerror(errno));
g_warning("%s\n", buf);
- msgbox = gnome_messagebox_new(buf, "error", "OK", NULL, NULL);
+ msgbox = gnome_message_box_new(buf, "error", "OK", NULL, NULL);
gtk_widget_show(msgbox);
}