diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-25 06:24:36 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-25 06:24:36 +0800 |
commit | c99edac0b5c58ba083a668a7de97409151768319 (patch) | |
tree | 16db0aec3a13eeda5df230b2cc32b666b948086e /widgets/e-table/ChangeLog | |
parent | aa9505c5aec5d05fab25116d2425cf27afb58c41 (diff) | |
download | gsoc2013-evolution-c99edac0b5c58ba083a668a7de97409151768319.tar gsoc2013-evolution-c99edac0b5c58ba083a668a7de97409151768319.tar.gz gsoc2013-evolution-c99edac0b5c58ba083a668a7de97409151768319.tar.bz2 gsoc2013-evolution-c99edac0b5c58ba083a668a7de97409151768319.tar.lz gsoc2013-evolution-c99edac0b5c58ba083a668a7de97409151768319.tar.xz gsoc2013-evolution-c99edac0b5c58ba083a668a7de97409151768319.tar.zst gsoc2013-evolution-c99edac0b5c58ba083a668a7de97409151768319.zip |
Set default values for all of the signal emissions.
2000-08-24 Christopher James Lahey <clahey@helixcode.com>
* e-table.c: Set default values for all of the signal emissions.
svn path=/trunk/; revision=5026
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 1b64dddaea..0099c27d0d 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,5 +1,9 @@ 2000-08-24 Christopher James Lahey <clahey@helixcode.com> + * e-table.c: Set default values for all of the signal emissions. + +2000-08-24 Christopher James Lahey <clahey@helixcode.com> + * e-table-selection-model.c: Check for selection->selection being NULL in e_table_selection_model_selected_count. |