diff options
-rw-r--r-- | shell/ChangeLog | 8 | ||||
-rw-r--r-- | shell/e-local-folder.c | 2 | ||||
-rw-r--r-- | shell/e-shell-view.c | 3 | ||||
-rw-r--r-- | shell/e-shortcuts-view.c | 13 | ||||
-rw-r--r-- | shell/e-shortcuts.c | 4 | ||||
-rw-r--r-- | shell/e-storage-set-view.c | 2 |
6 files changed, 32 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index feafca398d..0ef6bb10d8 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,11 @@ +2001-04-04 Kjartan Maraas <kmaraas@gnome.org> + + * e-local-folder.c: Fix headers. + * e-shell-view.c: Same here. + * e-shortcuts-view.c: Same here. + * e-shortcuts.c: Same here. + * e-storage-set-view.c: Same here. + 2001-04-04 Gediminas Paulauskas <menesis@delfi.lt> * importer/importer.c (create_html): copied newer and fixed function diff --git a/shell/e-local-folder.c b/shell/e-local-folder.c index 68bed01764..dae8db5c7e 100644 --- a/shell/e-local-folder.c +++ b/shell/e-local-folder.c @@ -41,6 +41,8 @@ #include <gnome-xml/parser.h> #include <gnome-xml/xmlmemory.h> +#include <libgnome/gnome-defs.h> +#include <libgnome/gnome-util.h> #include <gal/util/e-util.h> #include <gal/util/e-xml-utils.h> diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index 07703f315a..eda896aa18 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -28,7 +28,10 @@ #include <config.h> #endif +#include <glib.h> #include <libgnome/gnome-defs.h> +#include <libgnome/gnome-config.h> +#include <libgnome/gnome-i18n.h> #include <libgnomeui/gnome-window.h> #include <libgnomeui/gnome-window-icon.h> #include <bonobo/bonobo-socket.h> diff --git a/shell/e-shortcuts-view.c b/shell/e-shortcuts-view.c index 1abe608f84..3db7115ecb 100644 --- a/shell/e-shortcuts-view.c +++ b/shell/e-shortcuts-view.c @@ -25,6 +25,19 @@ #include <config.h> #endif +#include <glib.h> +#include <gtk/gtkcheckmenuitem.h> +#include <gtk/gtkentry.h> +#include <gtk/gtklabel.h> +#include <libgnome/gnome-defs.h> +#include <libgnome/gnome-i18n.h> +#include <libgnomeui/gnome-app.h> +#include <libgnomeui/gnome-app-helper.h> +#include <libgnomeui/gnome-dialog.h> +#include <libgnomeui/gnome-messagebox.h> +#include <libgnomeui/gnome-popup-menu.h> +#include <libgnomeui/gnome-stock.h> +#include <libgnomeui/gnome-uidefs.h> #include <gal/util/e-util.h> #include "e-shortcuts-view-model.h" diff --git a/shell/e-shortcuts.c b/shell/e-shortcuts.c index 3906775f42..0a7b8e83b9 100644 --- a/shell/e-shortcuts.c +++ b/shell/e-shortcuts.c @@ -45,12 +45,16 @@ #include <string.h> +#include <gtk/gtkmain.h> #include <gtk/gtkobject.h> +#include <gtk/gtksignal.h> #include <gtk/gtktypeutils.h> #include <gnome-xml/parser.h> #include <gnome-xml/xmlmemory.h> +#include <libgnome/gnome-defs.h> +#include <libgnome/gnome-i18n.h> #include <gal/util/e-util.h> #include <gal/util/e-xml-utils.h> #include <gal/shortcut-bar/e-shortcut-bar.h> diff --git a/shell/e-storage-set-view.c b/shell/e-storage-set-view.c index 40f92325db..e432a62a55 100644 --- a/shell/e-storage-set-view.c +++ b/shell/e-storage-set-view.c @@ -26,6 +26,8 @@ #include <config.h> #endif +#include <libgnome/gnome-defs.h> +#include <libgnome/gnome-util.h> #include <gal/util/e-util.h> #include <gal/e-table/e-tree-memory-callbacks.h> #include <gal/e-table/e-cell-tree.h> |