diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-03-28 08:24:10 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-03-28 08:24:10 +0800 |
commit | 51b3ce892c93035c8add64abcc3bdb2a994bb0c3 (patch) | |
tree | bf70667ecb275b1882361fdd8617b40d13291947 /mail/ChangeLog | |
parent | 96049eac2a6cfb2047fe13b0431212376e863789 (diff) | |
download | gsoc2013-evolution-51b3ce892c93035c8add64abcc3bdb2a994bb0c3.tar.gz gsoc2013-evolution-51b3ce892c93035c8add64abcc3bdb2a994bb0c3.tar.zst gsoc2013-evolution-51b3ce892c93035c8add64abcc3bdb2a994bb0c3.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=16271
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 1e6d5f8a3f..5c291b31a1 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -149,7 +149,6 @@ * mail-preferences.c: Implements the mailer's Preferences tab in Anna's new config GUI. ->>>>>>> 1.2089.2.5 2002-03-19 Larry Ewing <lewing@ximian.com> * mail-display.c: add missing NULL closure data to popup menu |