summaryrefslogtreecommitdiff
path: root/src/nautilus-application.h
diff options
context:
space:
mode:
authorJ Shane Culpepper <pepper@eazel.com>2001-01-15 20:35:49 +0000
committerJ Shane Culpepper <pepper@src.gnome.org>2001-01-15 20:35:49 +0000
commit8a8f361c3eb303e860d1e6897e19468b5aed0f28 (patch)
tree8d91b83d12399595c96ab8f852032ecff136582c /src/nautilus-application.h
parentf588829355c90d10a2aadd193b5f66808829c3d3 (diff)
downloadnautilus-8a8f361c3eb303e860d1e6897e19468b5aed0f28.tar.gz
reviewed by: Michael Engber <engber@eazel.com>
2001-01-15 J Shane Culpepper <pepper@eazel.com> reviewed by: Michael Engber <engber@eazel.com> * src/nautilus-application.c: (nautilus_application_startup): * src/nautilus-application.h: * src/nautilus-first-time-druid.c: (druid_finished): * src/nautilus-main.c: (main): Fix for bug #1555. There is already an error dialog but there was an infinite loop problem hiding it. If the first time druid failed to create .nautilus, etc it would just run over and over again.
Diffstat (limited to 'src/nautilus-application.h')
-rw-r--r--src/nautilus-application.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nautilus-application.h b/src/nautilus-application.h
index fc0f1715c..0af5fe52c 100644
--- a/src/nautilus-application.h
+++ b/src/nautilus-application.h
@@ -59,6 +59,7 @@ void nautilus_application_startup (NautilusApplication *ap
gboolean restart_shell,
gboolean start_desktop,
gboolean no_default_window,
+ gboolean do_first_time_druid_check,
const char *default_geometry,
const char *urls[]);