aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-01-17 08:47:13 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-01-17 08:47:13 +0000
commit191e20dbe4ce6118718ef0b3182219b56e560300 (patch)
treef28dd7975ef1cb2db3cbdec4496e3427245f422f
parent4405c245a1c3608f76e48fe64bab1122cfdad64b (diff)
fixed virtual class structure.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1492 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.ja4
-rw-r--r--libsylph/virtual.c3
-rw-r--r--libsylph/virtual.h2
4 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bfd526e3..cec4467d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-01-17
+ * libsylph/virtual.c: fixed virtual class structure.
+
+2007-01-17
+
* libsylph/mh.c
libsylph/folder.[ch]
libsylph/news.c
diff --git a/ChangeLog.ja b/ChangeLog.ja
index 7d997432..014f377b 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,5 +1,9 @@
2007-01-17
+ * libsylph/virtual.c: virtual class 構造体を修正。
+
+2007-01-17
+
* libsylph/mh.c
libsylph/folder.[ch]
libsylph/news.c
diff --git a/libsylph/virtual.c b/libsylph/virtual.c
index 5a229416..26f9e2be 100644
--- a/libsylph/virtual.c
+++ b/libsylph/virtual.c
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2006 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2007 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -122,6 +122,7 @@ static FolderClass virtual_class =
NULL,
virtual_get_msg_list,
+ NULL,
virtual_fetch_msg,
virtual_get_msginfo,
NULL,
diff --git a/libsylph/virtual.h b/libsylph/virtual.h
index 86a74b3d..69647ee8 100644
--- a/libsylph/virtual.h
+++ b/libsylph/virtual.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2006 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2007 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public