summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Cisler <pavel@eazel.com>2001-02-21 08:13:12 +0000
committerPavel Cisler <pce@src.gnome.org>2001-02-21 08:13:12 +0000
commit63eb4412e370bee2ca3a8ba2d6008feecbd4f75e (patch)
tree09e31b4bd8f0d4642d452debeb4566ff8c2c4399
parentdb651b821dd350793f13dff9ed9564d13b90814d (diff)
downloadnautilus-63eb4412e370bee2ca3a8ba2d6008feecbd4f75e.tar.gz
Fix broken build - add the right includes that got dropped by GnomeVFS
2001-02-21 Pavel Cisler <pavel@eazel.com> * components/help/help-method.c: Fix broken build - add the right includes that got dropped by GnomeVFS header file shuffle.
-rw-r--r--ChangeLog12
-rw-r--r--components/help/help-method.c1
2 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ab0c8f47..f21c528a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-02-21 Pavel Cisler <pavel@eazel.com>
+
+ * components/help/help-method.c:
+
+ Fix broken build - add the right includes that got dropped by
+ GnomeVFS header file shuffle.
+
2001-02-20 John Harper <jsh@eazel.com>
reviewed by Maciej Stachowiak <mjs@eazel.com>
@@ -144,10 +151,7 @@
fixed bug 6804, resizing sidebar crashes summary view. Fixed by
adding a check to not draw the label when it's position is past
the right edge of the pixbuf.
-
- * src/nautilus-first-time-druid.c:
- had to add an include of signal.h to get this to build for me.
-
+
2001-02-20 Eskil Heyn Olsen <eskil@eazel.com>
reviewed in part by: Robey Pointer <robey@eazel.com>
diff --git a/components/help/help-method.c b/components/help/help-method.c
index a9c0a9a97..35c6da1d8 100644
--- a/components/help/help-method.c
+++ b/components/help/help-method.c
@@ -29,6 +29,7 @@
#include <libgnomevfs/gnome-vfs-module-shared.h>
#include <libgnomevfs/gnome-vfs-module.h>
#include <libgnomevfs/gnome-vfs.h>
+#include <libgnomevfs/gnome-vfs-method.h>
#include <stdio.h>
#include <string.h>