diff options
author | Dan Winship <danw@src.gnome.org> | 2002-04-07 03:55:50 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-04-07 03:55:50 +0800 |
commit | 5be9af3b1397813d56b7760ad241b8fd3ccfcff3 (patch) | |
tree | c00738ae749343702e476b22c57915a84937ccdf /widgets/misc/ChangeLog | |
parent | f3a6f0a3a40690bea6ccf3ac47c8d2b1a473e68d (diff) | |
download | gsoc2013-evolution-5be9af3b1397813d56b7760ad241b8fd3ccfcff3.tar gsoc2013-evolution-5be9af3b1397813d56b7760ad241b8fd3ccfcff3.tar.gz gsoc2013-evolution-5be9af3b1397813d56b7760ad241b8fd3ccfcff3.tar.bz2 gsoc2013-evolution-5be9af3b1397813d56b7760ad241b8fd3ccfcff3.tar.lz gsoc2013-evolution-5be9af3b1397813d56b7760ad241b8fd3ccfcff3.tar.xz gsoc2013-evolution-5be9af3b1397813d56b7760ad241b8fd3ccfcff3.tar.zst gsoc2013-evolution-5be9af3b1397813d56b7760ad241b8fd3ccfcff3.zip |
Construct the buttons earlier so that the option-menu-setup code that
* e-search-bar.c (e_search_bar_construct): Construct the buttons
earlier so that the option-menu-setup code that tries to adjust
the button sensitivity won't fail and g_warn.
svn path=/trunk/; revision=16375
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 19488aafa3..57b293741c 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,9 @@ +2002-04-08 Dan Winship <danw@ximian.com> + + * e-search-bar.c (e_search_bar_construct): Construct the buttons + earlier so that the option-menu-setup code that tries to adjust + the button sensitivity won't fail and g_warn. + 2002-04-06 JP Rosevear <jpr@ximian.com> * e-multi-config-dialog.c (e_multi_config_dialog_show_page): show |