Fix type
authorColin Leroy <colin@colino.net>
Mon, 28 Apr 2014 10:53:20 +0000 (12:53 +0200)
committerColin Leroy <colin@colino.net>
Mon, 28 Apr 2014 10:53:20 +0000 (12:53 +0200)
src/compose.h

index db258540e5bf769d8eeadd54cb2d451cd8541168..992989b1adfa9087077b24930b89823d06e24208 100644 (file)
@@ -223,7 +223,7 @@ struct _Compose
        
        gboolean remove_references;
 
-       guint draft_timeout_tag;
+       gint draft_timeout_tag;
        
        GtkTextTag *no_wrap_tag;
        GtkTextTag *no_join_tag;