- moved some functions to where they belong to

- renamed many things.
- code-cleanups



(Old svn revision: 1386)
This commit is contained in:
Johannes Zellner
2006-05-08 20:55:37 +00:00
parent d2a248ae96
commit da93cc9ce7
6 changed files with 270 additions and 266 deletions

View File

@@ -29,7 +29,6 @@
#include <libxfce4util/libxfce4util.h>
#include "types.h"
#include "interface.h"
#include "functions.h"
@@ -58,7 +57,7 @@ int main (int argc, char *argv[])
if(!refresh_task_list())
return 0;
g_timeout_add(REFRESH_INTERVAL, refresh_task_list, NULL);
g_timeout_add(REFRESH_INTERVAL, (gpointer) refresh_task_list, NULL);
gtk_main ();