diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-11 03:26:19 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-11 03:26:19 +0800 |
commit | 01e53b8aea2fe29504954737c0ec50d4f926b089 (patch) | |
tree | 79136a7f2a449e544d6f3697701e81a6b21876d2 /widgets/e-table | |
parent | 25b97b309cc26fc3d2028db90397b24137af03b4 (diff) | |
download | gsoc2013-evolution-01e53b8aea2fe29504954737c0ec50d4f926b089.tar gsoc2013-evolution-01e53b8aea2fe29504954737c0ec50d4f926b089.tar.gz gsoc2013-evolution-01e53b8aea2fe29504954737c0ec50d4f926b089.tar.bz2 gsoc2013-evolution-01e53b8aea2fe29504954737c0ec50d4f926b089.tar.lz gsoc2013-evolution-01e53b8aea2fe29504954737c0ec50d4f926b089.tar.xz gsoc2013-evolution-01e53b8aea2fe29504954737c0ec50d4f926b089.tar.zst gsoc2013-evolution-01e53b8aea2fe29504954737c0ec50d4f926b089.zip |
Fix a typbraino in the ETableScrolled header file.
svn path=/trunk/; revision=4043
Diffstat (limited to 'widgets/e-table')
-rw-r--r-- | widgets/e-table/ChangeLog | 4 | ||||
-rw-r--r-- | widgets/e-table/e-table-scrolled.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 9b5c445ff0..811a751f45 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,7 @@ +2000-07-10 Ettore Perazzoli <ettore@helixcode.com> + + * e-table-scrolled.h: s/GtkTable/EScrollFrameClass/. + 2000-07-09 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Add e-table-scrolled.c and e-table-scrolled.h. diff --git a/widgets/e-table/e-table-scrolled.h b/widgets/e-table/e-table-scrolled.h index f527058ca7..daaf4429a0 100644 --- a/widgets/e-table/e-table-scrolled.h +++ b/widgets/e-table/e-table-scrolled.h @@ -23,7 +23,7 @@ typedef struct { } ETableScrolled; typedef struct { - GtkTableClass parent_class; + EScrollFrameClass parent_class; void (*row_selection) (ETableScrolled *est, int row, gboolean selected); void (*cursor_change) (ETableScrolled *est, int row); |