2005-08-10  Not Zed  <NotZed@Ximian.com>

        ** See bug #271984.

        * es-menu.c (esm_class_init): remove debug.

svn path=/trunk/; revision=30067
This commit is contained in:
Not Zed
2005-08-10 02:33:38 +00:00
committed by Michael Zucci
parent e14a0019e7
commit ae017be0e3
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2005-08-10 Not Zed <NotZed@Ximian.com>
** See bug #271984.
* es-menu.c (esm_class_init): remove debug.
2005-07-26 Harish Krishnaswamy <kharish@novell.com>
* Makefile.am, evolution-component.h: fix make distcheck

View File

@ -62,8 +62,6 @@ esm_target_free(EMenu *ep, EMenuTarget *t)
static void
esm_class_init(GObjectClass *klass)
{
printf("es menu class init\n");
klass->finalize = esm_finalise;
((EMenuClass *)klass)->target_free = esm_target_free;
}