From 190d643bce2458203c0a8fc490aa76315df1d33b Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 21 Mar 1998 22:43:56 +0000 Subject: Use gnome_message_box_*, not gnome_messagebox_*. Sat Mar 21 15:43:20 1998 Tom Tromey * gncal.c: Use gnome_message_box_*, not gnome_messagebox_*. svn path=/trunk/; revision=76 --- calendar/ChangeLog | 4 ++++ calendar/gncal.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * gncal.c: Use gnome_message_box_*, not gnome_messagebox_*. + 1998-03-12 Craig Small * 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); } -- cgit v1.2.3