This commit is contained in:
rhp
2001-06-03 07:41:36 +00:00
parent c82a582a94
commit 11fde3a11a
20 changed files with 878 additions and 434 deletions

View File

@ -32,8 +32,10 @@ static GMainLoop *meta_main_loop = NULL;
int
main (int argc, char **argv)
{
g_set_prgname (PACKAGE);
meta_main_loop = g_main_loop_new (NULL, FALSE);
meta_set_verbose (TRUE);
meta_set_debugging (TRUE);
meta_set_syncing (g_getenv ("METACITY_SYNC") != NULL);