summaryrefslogtreecommitdiff
path: root/components/websearch
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>2000-01-27 01:37:08 +0000
committerElliot Lee <sopwith@src.gnome.org>2000-01-27 01:37:08 +0000
commit6f9294eebe020aca20049b651d6ab1a858fc4098 (patch)
treee2037dd148729ff8009e1e4f1cdd4a115406c5c9 /components/websearch
parent8c176f1a7428d5a12d329b9c98b937fb03b5282d (diff)
downloadnautilus-6f9294eebe020aca20049b651d6ab1a858fc4098.tar.gz
Add components/help/converters/* makefiles. Check for NULL directory
* configure.in: Add components/help/converters/* makefiles. * libnautilus/nautilus-directory.c: Check for NULL directory result before doing stuff with it. * src/ntl-index-panel.c: Ditto. * src/ntl-prefs.c: Add help browser nav tree to list of possibilities. * src/ntl-window-msgs.c: Handle non-VFS-handleable URIs correctly WRT 'up' button.
Diffstat (limited to 'components/websearch')
-rw-r--r--components/websearch/ntl-web-search.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/websearch/ntl-web-search.c b/components/websearch/ntl-web-search.c
index 9f2f9bbb3..a7d13e37c 100644
--- a/components/websearch/ntl-web-search.c
+++ b/components/websearch/ntl-web-search.c
@@ -26,6 +26,8 @@
#include "config.h"
#include <libnautilus/libnautilus.h>
+#include <gnome.h>
+#include <libgnorba/gnorba.h>
#include <limits.h>
#include <ctype.h>