aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-19 08:50:49 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-19 08:50:49 +0000
commit49eb8a1600558e71a5f1cdbc04d8f2c18a90076c (patch)
tree4472affc547e408e470a9c216c2113b43561c234 /src/summaryview.c
parentec370ab724dc9d6dc11550c29323d039dc8fe2e0 (diff)
modification for DnD.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@435 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/summaryview.c')
-rw-r--r--src/summaryview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/summaryview.c b/src/summaryview.c
index e0661ea3..5332ce92 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -358,7 +358,7 @@ enum
N_DRAG_TYPES
};
-GtkTargetEntry summary_drag_types[] =
+static GtkTargetEntry summary_drag_types[] =
{
{"text/plain", GTK_TARGET_SAME_APP, DRAG_TYPE_TEXT},
{"message/rfc822", GTK_TARGET_SAME_APP, DRAG_TYPE_RFC822},