diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2010-02-16 07:12:08 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2010-02-16 07:12:08 +0000 |
commit | 2b8f8a38610a395bcd9eeeb5d6e9e495d8b88306 (patch) | |
tree | 9246868eae1419d433d7bb2a755f94dc8b38de34 | |
parent | 524b262d88aee12fed9252f9b8c0a6e5413d81ca (diff) |
bumped SYL_PLUGIN_INTERFACE_VERSION.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2479 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | src/plugin.h | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,9 @@ 2010-02-16 + * src/plugin.h: bumped SYL_PLUGIN_INTERFACE_VERSION. + +2010-02-16 + * libsylph/folder.c: folder_find_child_item_by_name(): use case insensitive match on Win32 to prohibit multiple reference of folder. diff --git a/src/plugin.h b/src/plugin.h index 50f5738b..806a5b3d 100644 --- a/src/plugin.h +++ b/src/plugin.h @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2009 Hiroyuki Yamamoto + * Copyright (C) 1999-2010 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -45,7 +45,7 @@ typedef void (*SylPluginLoadFunc) (void); typedef void (*SylPluginUnloadFunc) (void); typedef void (*SylPluginCallbackFunc) (void); -#define SYL_PLUGIN_INTERFACE_VERSION 0x0103 +#define SYL_PLUGIN_INTERFACE_VERSION 0x0104 struct _SylPlugin { |