From 948235c3d1076dbe6ed2e57a24c16a083bbd9f01 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 27 May 2009 10:29:19 -0400 Subject: Prefer GLib basic types over C types. --- calendar/gui/goto.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/gui/goto.c') diff --git a/calendar/gui/goto.c b/calendar/gui/goto.c index cb4bb12bfd..dcbe643901 100644 --- a/calendar/gui/goto.c +++ b/calendar/gui/goto.c @@ -209,8 +209,8 @@ goto_dialog (GnomeCalendar *gcal) #if 0 /* KILL-BONOBO */ time_t start_time; struct icaltimetype tt; - int b; - char *gladefile; + gint b; + gchar *gladefile; if (dlg) { return; -- cgit