diff options
Diffstat (limited to 'font-viewer/totem-resources.c')
-rw-r--r-- | font-viewer/totem-resources.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/font-viewer/totem-resources.c b/font-viewer/totem-resources.c index 3d107737..96e90524 100644 --- a/font-viewer/totem-resources.c +++ b/font-viewer/totem-resources.c @@ -25,7 +25,7 @@ * */ -#include "config.h" +#include <config.h> #include <glib.h> #include <glib/gstdio.h> @@ -112,7 +112,7 @@ totem_resources_monitor_start (const char *input, gint wall_clock_time) sleep_time = wall_clock_time; finished = FALSE; - g_thread_create (time_monitor, (gpointer) input, FALSE, NULL); + g_thread_new ("time-monitor", time_monitor, (gpointer) input); } void |