diff options
author | Damon Chaplin <damon@helixcode.com> | 2000-06-17 12:13:42 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2000-06-17 12:13:42 +0800 |
commit | e67721cbd7d3549c07701913b1de32fac8807063 (patch) | |
tree | fde1d7371b609a5706d8ed654e3105f9de83980a /widgets/meeting-time-sel/e-meeting-time-sel-list-item.h | |
parent | 105f78dbe88c6d22f9b5e007420b50c341e0eedb (diff) | |
download | gsoc2013-evolution-e67721cbd7d3549c07701913b1de32fac8807063.tar.gz gsoc2013-evolution-e67721cbd7d3549c07701913b1de32fac8807063.tar.zst gsoc2013-evolution-e67721cbd7d3549c07701913b1de32fac8807063.zip |
updated to use EText items rather than GtkEntry widgets and added support
2000-06-17 Damon Chaplin <damon@helixcode.com>
* widgets/meeting-time-sel/*: updated to use EText items rather than
GtkEntry widgets and added support for adding new rows.
svn path=/trunk/; revision=3604
Diffstat (limited to 'widgets/meeting-time-sel/e-meeting-time-sel-list-item.h')
-rw-r--r-- | widgets/meeting-time-sel/e-meeting-time-sel-list-item.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/widgets/meeting-time-sel/e-meeting-time-sel-list-item.h b/widgets/meeting-time-sel/e-meeting-time-sel-list-item.h index 9ef295ebb2..07df052c08 100644 --- a/widgets/meeting-time-sel/e-meeting-time-sel-list-item.h +++ b/widgets/meeting-time-sel/e-meeting-time-sel-list-item.h @@ -25,8 +25,7 @@ /* * MeetingTimeSelectorListItem - A GnomeCanvasItem covering the entire attendee * list. It just draws the grid lines between the rows and after the icon - * column. It probably won't be needed when we switch to Miguel's new editable - * GtkList-like widget. + * column. */ #ifndef _E_MEETING_TIME_SELECTOR_LIST_ITEM_H_ |