aboutsummaryrefslogtreecommitdiff
path: root/src/colorlabel.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-01-06 01:52:09 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-01-06 01:52:09 +0000
commitf9abff0c698bd2d2c0f62075447b4dddc365d30b (patch)
tree8a16e9985d860be3e5df8f6e63fa2a848e0c4924 /src/colorlabel.h
parent217043f00e1b30d747a8a2e734c3a76ced282944 (diff)
fixed a memory leak.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2411 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/colorlabel.h')
-rw-r--r--src/colorlabel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/colorlabel.h b/src/colorlabel.h
index 13021098..d89e9652 100644
--- a/src/colorlabel.h
+++ b/src/colorlabel.h
@@ -37,6 +37,6 @@ guint colorlabel_get_color_menu_active_item (GtkWidget *menu);
void colorlabel_update_menu (void);
gint colorlabel_read_config (void);
-void colorlabel_write_config (void);
+gint colorlabel_write_config (void);
#endif /* COLORLABEL_H__ */