diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-03-28 08:23:42 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-03-28 08:23:42 +0800 |
commit | 96049eac2a6cfb2047fe13b0431212376e863789 (patch) | |
tree | 4135c0a2ac09553d3c60f83fdd8025cff32315b2 /mail/ChangeLog | |
parent | 87739f91445379a09dd9c53e24a1af63da874622 (diff) | |
download | gsoc2013-evolution-96049eac2a6cfb2047fe13b0431212376e863789.tar.gz gsoc2013-evolution-96049eac2a6cfb2047fe13b0431212376e863789.tar.zst gsoc2013-evolution-96049eac2a6cfb2047fe13b0431212376e863789.zip |
Use gtk_container_add() to put the toplevel in the parent widget, instead
* mail-accounts.c (mail_accounts_tab_construct): Use
gtk_container_add() to put the toplevel in the parent widget,
instead of just gtk_widget_set_parent().
* mail-preferences.c (mail_preferences_construct): Likewise.
* mail-composer-prefs.c (mail_composer_prefs_construct): Likewise.
svn path=/trunk/; revision=16270
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 1a64ef5d64..1e6d5f8a3f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2002-03-27 Ettore Perazzoli <ettore@ximian.com> + + * mail-accounts.c (mail_accounts_tab_construct): Use + gtk_container_add() to put the toplevel in the parent widget, + instead of just gtk_widget_set_parent(). + * mail-preferences.c (mail_preferences_construct): Likewise. + * mail-composer-prefs.c (mail_composer_prefs_construct): Likewise. + 2002-03-27 Jeffrey Stedfast <fejj@ximian.com> * mail-callbacks.c (mail_generate_reply): Updated to respect the |