aboutsummaryrefslogtreecommitdiff
path: root/src/mimeview.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-05-14 09:20:58 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-05-14 09:20:58 +0000
commit87d3ae9de4acc190cff396a41269c68ecba4203e (patch)
treea6f7dd83235c37d4eb620e44f398b5fefbd84118 /src/mimeview.h
parent3b87da252f54406f6ded41f0b45f6f6d7dacc15b (diff)
refactored MessageView/MimeView/
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3254 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mimeview.h')
-rw-r--r--src/mimeview.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mimeview.h b/src/mimeview.h
index 65f07cd2..3d5ff204 100644
--- a/src/mimeview.h
+++ b/src/mimeview.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2012 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2013 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
@@ -66,9 +66,9 @@ struct _MimeView
MessageView *messageview;
- MimeInfo *mimeinfo;
-
- gchar *file;
+ /* deprecated: use MessageView */
+ MimeInfo *mimeinfo__;
+ gchar *file__;
gchar *drag_file;