remove the annoying fprintf about Queueing termination, since we never
2002-08-01 Chris Toshok <toshok@ximian.com> * wombat.c (last_calendar_gone_cb): remove the annoying fprintf about Queueing termination, since we never actually terminate. svn path=/trunk/; revision=17680
This commit is contained in:
committed by
Chris Toshok
parent
b903f35585
commit
14db6783bb
@ -1,3 +1,8 @@
|
||||
2002-08-01 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* wombat.c (last_calendar_gone_cb): remove the annoying fprintf
|
||||
about Queueing termination, since we never actually terminate.
|
||||
|
||||
2002-07-25 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* wombat.c (main): add a silly "up and running" message.
|
||||
|
||||
@ -128,7 +128,6 @@ setup_pas (int argc, char **argv)
|
||||
static void
|
||||
last_calendar_gone_cb (CalFactory *factory, gpointer data)
|
||||
{
|
||||
fprintf (stderr, "last_calendar_gone_cb() called! Queueing termination...\n");
|
||||
queue_termination ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user