Merge branch 'maint'

Conflicts:
	src/calcurse.h
	src/io.c
This commit is contained in:
Lukas Fleischer
2011-11-11 12:29:48 +01:00
5 changed files with 20 additions and 7 deletions

View File

@@ -190,7 +190,10 @@ void
notify_stop_main_thread (void)
{
if (notify_t_main)
pthread_cancel (notify_t_main);
{
pthread_cancel (notify_t_main);
pthread_join (notify_t_main, NULL);
}
}
/*