*** empty log message ***

(Old svn revision: 535)
This commit is contained in:
Johannes Zellner
2005-02-11 10:26:29 +00:00
parent 4bf8bee986
commit 32efbc9bbe
5 changed files with 328 additions and 70 deletions

View File

@@ -33,7 +33,7 @@
/* handler for SIGALRM to refresh the list */
void refresh_handler(void)
{
refresh_task_list();
refresh_task_list(FALSE);
alarm(REFRESH_INTERVAL);
}
@@ -42,6 +42,7 @@ int main(int argc, char *argv[])
{
gtk_init(&argc, &argv);
load_config();
create_gui();
signal(SIGALRM, refresh_handler);