Skip to content

Commit

Permalink
enbable enable-debug to work
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1671 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
linas committed Mar 1, 1999
1 parent 11aa39d commit 09e85ed
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/gnome/top-level.c
Expand Up @@ -40,6 +40,8 @@
/** PROTOTYPES ******************************************************/

/** GLOBALS *********************************************************/
/* This static indicates the debugging module that this .o belongs to. */
static short module = MOD_GUI;

GtkWidget *app;

Expand All @@ -63,6 +65,7 @@ gnucash_lowlev_app_init()
printf(" coresize = %d\n",_coresize());
DEBUG("Done initializing memory");
#endif
ENTER ("gnucash_lowlev_app_init");

printf ("\n\n");
printf ("This is a BETA development version. We think everything works \n");
Expand Down Expand Up @@ -94,9 +97,9 @@ gnucash_lowlev_app_init()
st->font = f;
}
}


}

LEAVE ("gnucash_lowlev_app_init");
return 0;
}

Expand Down

0 comments on commit 09e85ed

Please sign in to comment.