diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-08-27 09:09:43 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-08-27 09:09:43 +0800 |
commit | 23bea357855b59b5aed573d645d5e7dc6ab9dc97 (patch) | |
tree | 640f1a6442c61390cf26a6f4c42f3a8b893ecb1f /mail/ChangeLog | |
parent | a1bf7aa6c41783b0d8f26a9c25e18e1ad7372793 (diff) | |
download | gsoc2013-evolution-23bea357855b59b5aed573d645d5e7dc6ab9dc97.tar.gz gsoc2013-evolution-23bea357855b59b5aed573d645d5e7dc6ab9dc97.tar.zst gsoc2013-evolution-23bea357855b59b5aed573d645d5e7dc6ab9dc97.zip |
Change the way the message view window's size is set up so that the
user can make it smaller than the default if she likes.
svn path=/trunk/; revision=5062
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 6474657304..df20047d42 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2000-08-26 Ettore Perazzoli <ettore@helixcode.com> + + * mail-view.c (mail_view_create): Use + `gtk_window_set_default_size' on the toplevel instead of + `gtk_widget_set_usize()', and make the default size smaller. + 2000-08-25 Christopher James Lahey <clahey@helixcode.com> * mail-crypto.c: Fixed an uninitialized variable. |