diff options
author | Chris Toshok <toshok@ximian.com> | 2002-11-19 08:14:40 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-11-19 08:14:40 +0800 |
commit | 1cca1ad87b660f2e968af500abfc095ed832132f (patch) | |
tree | 2bb10c96f4f523d0da970e44163ad0f1cfcd21e7 /addressbook/ChangeLog | |
parent | 0c8bfeb83dc68d13972f699b6eecf064d1f54fd1 (diff) | |
download | gsoc2013-evolution-1cca1ad87b660f2e968af500abfc095ed832132f.tar gsoc2013-evolution-1cca1ad87b660f2e968af500abfc095ed832132f.tar.gz gsoc2013-evolution-1cca1ad87b660f2e968af500abfc095ed832132f.tar.bz2 gsoc2013-evolution-1cca1ad87b660f2e968af500abfc095ed832132f.tar.lz gsoc2013-evolution-1cca1ad87b660f2e968af500abfc095ed832132f.tar.xz gsoc2013-evolution-1cca1ad87b660f2e968af500abfc095ed832132f.tar.zst gsoc2013-evolution-1cca1ad87b660f2e968af500abfc095ed832132f.zip |
remove the cast to (int) - column_width is a double.
2002-11-18 Chris Toshok <toshok@ximian.com>
* gui/widgets/gal-view-minicard.c (gal_view_minicard_attach):
remove the cast to (int) - column_width is a double.
* gui/widgets/e-minicard.c (e_minicard_class_init): the height
property is only readable, not readwrite.
* gui/widgets/e-minicard-view-widget.c
(e_minicard_view_widget_class_init): make column_width a double
property.
(e_minicard_view_widget_set_property): don't cast to (int).
column_width is double in the e-minicard-view.
(e_minicard_view_widget_realize): same.
(e_minicard_view_widget_get_property): use g_value_set_double for
column_width.
svn path=/trunk/; revision=18831
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 4535025e64..7739837525 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,20 @@ +2002-11-18 Chris Toshok <toshok@ximian.com> + + * gui/widgets/gal-view-minicard.c (gal_view_minicard_attach): + remove the cast to (int) - column_width is a double. + + * gui/widgets/e-minicard.c (e_minicard_class_init): the height + property is only readable, not readwrite. + + * gui/widgets/e-minicard-view-widget.c + (e_minicard_view_widget_class_init): make column_width a double + property. + (e_minicard_view_widget_set_property): don't cast to (int). + column_width is double in the e-minicard-view. + (e_minicard_view_widget_realize): same. + (e_minicard_view_widget_get_property): use g_value_set_double for + column_width. + 2002-11-17 Chris Toshok <toshok@ximian.com> * gui/component/select-names/Makefile.am (servers_DATA): oops, |