aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-22 08:47:30 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-22 08:47:30 +0000
commit39a1d4cf0bd2ae39c2300b12f9c826514acd560e (patch)
tree7a998a377493ad15ee9ac478d19b056535ec3a5f /src/summaryview.h
parentab756417b394ba20a43b6836db5e01469584df23 (diff)
summaryview.c: align selected row to center when reached to the edge on key operation.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@600 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/summaryview.h')
-rw-r--r--src/summaryview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/summaryview.h b/src/summaryview.h
index d2ba350c..1711c704 100644
--- a/src/summaryview.h
+++ b/src/summaryview.h
@@ -122,6 +122,8 @@ private:
/* counter for filtering */
gint filtered;
+ gboolean on_button_press;
+
/* for DnD */
gboolean can_toggle_selection;
gboolean on_drag;