diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-23 15:14:23 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-23 15:14:23 +0800 |
commit | bb9e2eb0600e7160deb4f0ebb67dfb7cc3bb93b9 (patch) | |
tree | 0e9f05aeca3c39e4a79e4f37cfd0a38173cc4412 /shell/ChangeLog | |
parent | 1373f7ac7325e82b6de0b83c31c1ab4eea48879a (diff) | |
download | gsoc2013-evolution-bb9e2eb0600e7160deb4f0ebb67dfb7cc3bb93b9.tar gsoc2013-evolution-bb9e2eb0600e7160deb4f0ebb67dfb7cc3bb93b9.tar.gz gsoc2013-evolution-bb9e2eb0600e7160deb4f0ebb67dfb7cc3bb93b9.tar.bz2 gsoc2013-evolution-bb9e2eb0600e7160deb4f0ebb67dfb7cc3bb93b9.tar.lz gsoc2013-evolution-bb9e2eb0600e7160deb4f0ebb67dfb7cc3bb93b9.tar.xz gsoc2013-evolution-bb9e2eb0600e7160deb4f0ebb67dfb7cc3bb93b9.tar.zst gsoc2013-evolution-bb9e2eb0600e7160deb4f0ebb67dfb7cc3bb93b9.zip |
Fix a bunch of stupid warnings caused by missing includes. Also
placate GCC on a bogus "uninitialized variable" error.
svn path=/trunk/; revision=10438
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 8c77ae36f1..9de97b9b80 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,17 @@ 2001-06-23 Ettore Perazzoli <ettore@ximian.com> + * e-shell.c (e_shell_construct): Set `splash' to NULL when + @show_splash is false, so the compiler doesn't complain. + + * e-shell-view-menu.c: #include <gtk/gtkmain.h>. + + * e-setup.c: #include <unistd.h>. + + * importer/intelligent.c: #include <gtk/gtkhbox.h> and + <gtk/gtkdrawingarea.h>. + +2001-06-23 Ettore Perazzoli <ettore@ximian.com> + * e-shell-view.c: New member `menu_hint_label' in `EShellViewPrivate'. (init): Init to NULL. |