aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-04-18 09:18:29 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-04-18 09:18:29 +0000
commitf97eb70650828aa8c7943294fbe874c176da31b7 (patch)
treed2ad142ddae0cd1cbfa83b582d2267f05684ab65 /ChangeLog
parent89de8f9e8598d8c68009e1c34ecf096d3028c6a5 (diff)
removed compiler warnings caused by usage of gboolean as gpointer.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3050 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25a08013..f98d0636 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2012-04-18
+ * src/update_check.c: removed compiler warnings caused by usage of
+ gboolean as gpointer (thanks to Ricard Mones).
+
+2012-04-18
+
* addr_compl.c: fixed Bug #52: Address autocomplete: Not possible to
select drop-down list element with arrow keys (Linux)
Possibly occured with GTK+ >= 2.24.