Eliminated warnings about static functions declared with G_GNUC_INTERNAL
[rodin/chimara.git] / src / chimara-glk.c
index 7ad1f81ef2179e999aaa40cb83b2da202039d879..16e674969c10f9ae9feaf92804261b0b4414c8d5 100644 (file)
@@ -86,6 +86,7 @@ chimara_glk_init(ChimaraGlk *self)
     priv->fileref_list = NULL;
     priv->current_stream = NULL;
     priv->stream_list = NULL;
+       priv->timer_id = 0;
 }
 
 static void
@@ -922,7 +923,7 @@ chimara_glk_run(ChimaraGlk *glk, gchar *plugin, GError **error)
     /* Set the thread's private data */
     /* TODO: Do this with a GPrivate */
     glk_data = priv;
-    
+
     /* Run in a separate thread */
        priv->thread = g_thread_create(glk_enter, glk_main, TRUE, error);