diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2002-06-20 03:18:19 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2002-06-20 03:18:19 +0800 |
commit | 092b3ef2ab9d971c0290126d674c604a6b270e00 (patch) | |
tree | 3a5030fb6e9769ca96f3a6229a1ddd608808662d /shell/ChangeLog | |
parent | 31cc3a1eb4762733ff361ba8088d9e4547398156 (diff) | |
download | gsoc2013-evolution-092b3ef2ab9d971c0290126d674c604a6b270e00.tar.gz gsoc2013-evolution-092b3ef2ab9d971c0290126d674c604a6b270e00.tar.zst gsoc2013-evolution-092b3ef2ab9d971c0290126d674c604a6b270e00.zip |
Remove #include <config.h> Same Same gtk_widget_show() all items in the
2002-06-19 Kjartan Maraas <kmaraas@gnome.org>
* e-corba-config-page.h: Remove #include <config.h>
* e-shell-about-box.h: Same
* e-history.h: Same
* e-shell-importer.c: gtk_widget_show() all items in the optionmenu
before showing it.
* e-shell-offline-handler.h: Remove #include <config.h>
* e-shell-settings-dialog.h: Same.
svn path=/trunk/; revision=17235
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 91fc7c6e8c..75016f8c05 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,13 @@ +2002-06-19 Kjartan Maraas <kmaraas@gnome.org> + + * e-corba-config-page.h: Remove #include <config.h> + * e-shell-about-box.h: Same + * e-history.h: Same + * e-shell-importer.c: gtk_widget_show() all items in the optionmenu + before showing it. + * e-shell-offline-handler.h: Remove #include <config.h> + * e-shell-settings-dialog.h: Same. + 2002-05-31 Ettore Perazzoli <ettore@ximian.com> * evolution-storage-set-view.c |