aboutsummaryrefslogtreecommitdiff
path: root/src/textview.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-06-15 05:25:05 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-06-15 05:25:05 +0000
commit9c294319c3b50fc48e0d8990bdfc9c897e67aee4 (patch)
tree8e5916b5c38a1bc7cd0c5da34506ee5c30a2f6f5 /src/textview.h
parent5c23306e8eae884e5bd02912e9848ff7e821ec25 (diff)
src/textview.[ch]: reuse popup menu for each attachments.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2904 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/textview.h')
-rw-r--r--src/textview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/textview.h b/src/textview.h
index 52fa98db..b6971732 100644
--- a/src/textview.h
+++ b/src/textview.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2007 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2011 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
@@ -40,7 +40,7 @@ struct _TextView
GtkWidget *text;
GtkWidget *popup_menu;
- GtkItemFactory *popup_factory;
+ GtkItemFactory *popup_factory; /* not used */
GtkTextTag *quote0_tag;
GtkTextTag *quote1_tag;