Fix g_timeout usage
[claws.git] / src / compose.h
index 992989b1adfa9087077b24930b89823d06e24208..a47511084f38e7a4844bf8743e936338e0feba6c 100644 (file)
@@ -223,7 +223,7 @@ struct _Compose
        
        gboolean remove_references;
 
-       gint draft_timeout_tag;
+       gint64 draft_timeout_tag;
        
        GtkTextTag *no_wrap_tag;
        GtkTextTag *no_join_tag;
@@ -235,6 +235,7 @@ struct _Compose
 
        gboolean automatic_break;
        GMutex *mutex;
+       gint close_timeout_tag;
        gchar *orig_charset;
        gint set_cursor_pos;