aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-01 09:48:05 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-01 09:48:05 +0000
commitd6e4a1d2be97b08699b91c4dbc5b758245ae1133 (patch)
tree6832d9483ceb4d1c5a0a7ac32cac9c257bc4121b /src/summaryview.h
parent3d37a97aededbe418c1906984d8dd2694176bfc6 (diff)
improved MimeView and file selection dialog.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@135 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/summaryview.h')
-rw-r--r--src/summaryview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/summaryview.h b/src/summaryview.h
index b577c0f1..50d90658 100644
--- a/src/summaryview.h
+++ b/src/summaryview.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2004 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2005 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
@@ -201,7 +201,7 @@ void summary_redisplay_msg (SummaryView *summaryview);
void summary_open_msg (SummaryView *summaryview);
void summary_view_source (SummaryView *summaryview);
void summary_reedit (SummaryView *summaryview);
-void summary_step (SummaryView *summaryview,
+gboolean summary_step (SummaryView *summaryview,
GtkScrollType type);
void summary_toggle_view (SummaryView *summaryview);
void summary_set_marks_selected (SummaryView *summaryview);