diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-03-13 06:05:00 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-03-13 06:05:00 +0800 |
commit | 8e2b17bcabade3677153bcad36028b34a2f1f77b (patch) | |
tree | 8148874f5ffcc845085808c8b464e45814f9fbec /widgets/misc/ChangeLog | |
parent | 338ad5b44323951b4b9a00ba6f40fabee71e99e8 (diff) | |
download | gsoc2013-evolution-8e2b17bcabade3677153bcad36028b34a2f1f77b.tar gsoc2013-evolution-8e2b17bcabade3677153bcad36028b34a2f1f77b.tar.gz gsoc2013-evolution-8e2b17bcabade3677153bcad36028b34a2f1f77b.tar.bz2 gsoc2013-evolution-8e2b17bcabade3677153bcad36028b34a2f1f77b.tar.lz gsoc2013-evolution-8e2b17bcabade3677153bcad36028b34a2f1f77b.tar.xz gsoc2013-evolution-8e2b17bcabade3677153bcad36028b34a2f1f77b.tar.zst gsoc2013-evolution-8e2b17bcabade3677153bcad36028b34a2f1f77b.zip |
Removed Page struct. (e_multi_config_dialog_add_page): Select the initial
2002-03-12 Christopher James Lahey <clahey@ximian.com>
* e-multi-config-dialog.c: Removed Page struct.
(e_multi_config_dialog_add_page): Select the initial row after
appending to the model.
svn path=/trunk/; revision=16131
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 7127146d30..015432eb1d 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,5 +1,11 @@ 2002-03-12 Christopher James Lahey <clahey@ximian.com> + * e-multi-config-dialog.c: Removed Page struct. + (e_multi_config_dialog_add_page): Select the initial row after + appending to the model. + +2002-03-12 Christopher James Lahey <clahey@ximian.com> + * e-multi-config-dialog.c (init): Use Use e_table_memory_store instead of e_table_memory_callbacks. Use e_cell_vbox to include a pixbuf cell and a text cell. |