diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2012-04-18 09:18:29 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2012-04-18 09:18:29 +0000 |
commit | f97eb70650828aa8c7943294fbe874c176da31b7 (patch) | |
tree | d2ad142ddae0cd1cbfa83b582d2267f05684ab65 /ChangeLog | |
parent | 89de8f9e8598d8c68009e1c34ecf096d3028c6a5 (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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |