aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-10-28 12:46:38 +0800
committerChris Lahey <clahey@src.gnome.org>2001-10-28 12:46:38 +0800
commitc54af29c07131f28a819cc79521fde374283f33d (patch)
treedbba9907532f8385b3693ca73be3dda6576a9dfb /widgets
parent9b39843403caa33c2dc12a5a1140cbc39deb25c0 (diff)
downloadgsoc2013-evolution-c54af29c07131f28a819cc79521fde374283f33d.tar
gsoc2013-evolution-c54af29c07131f28a819cc79521fde374283f33d.tar.gz
gsoc2013-evolution-c54af29c07131f28a819cc79521fde374283f33d.tar.bz2
gsoc2013-evolution-c54af29c07131f28a819cc79521fde374283f33d.tar.lz
gsoc2013-evolution-c54af29c07131f28a819cc79521fde374283f33d.tar.xz
gsoc2013-evolution-c54af29c07131f28a819cc79521fde374283f33d.tar.zst
gsoc2013-evolution-c54af29c07131f28a819cc79521fde374283f33d.zip
Removed erroneous comment about needing to handle selection better.
2001-10-28 Christopher James Lahey <clahey@ximian.com> * e-cell-text.c: Removed erroneous comment about needing to handle selection better. svn path=/trunk/; revision=14272
Diffstat (limited to 'widgets')
-rw-r--r--widgets/table/e-cell-text.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/widgets/table/e-cell-text.c b/widgets/table/e-cell-text.c
index c4beea99dc..f57816ed29 100644
--- a/widgets/table/e-cell-text.c
+++ b/widgets/table/e-cell-text.c
@@ -175,8 +175,6 @@ struct _CellEdit {
ETextEventProcessor *tep; /* Text Event Processor */
- /* Hmmm... this should probably be in native encoding? */
-
GtkWidget *invisible; /* For selection handling */
gboolean has_selection; /* TRUE if we have the selection */
gchar *primary_selection; /* Primary selection text */