diff options
author | Michael Meeks <michael@ximian.com> | 2001-11-09 06:37:02 +0000 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2001-11-09 06:37:02 +0000 |
commit | b47cbae42da2882124bc74d28df632057c6c5f91 (patch) | |
tree | e91f17445888a789a9d890c746b1f38732b55f64 /src | |
parent | 4a2255079a7276551867636b356b5bcbc0aec410 (diff) | |
download | nautilus-b47cbae42da2882124bc74d28df632057c6c5f91.tar.gz |
return bonobo_debug_shutdown, if only we could get there.
2001-11-09 Michael Meeks <michael@ximian.com>
* src/nautilus-main.c (main): return bonobo_debug_shutdown,
if only we could get there.
* libnautilus-private/nautilus-icon-dnd.c
(nautilus_icon_dnd_fini): don't try to double free the
drag_info, allow mutliple invocations.
Diffstat (limited to 'src')
-rw-r--r-- | src/nautilus-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-main.c b/src/nautilus-main.c index 57520ebd1..3388e912f 100644 --- a/src/nautilus-main.c +++ b/src/nautilus-main.c @@ -318,5 +318,5 @@ main (int argc, char *argv[]) execvp (argv[0], argv_copy); } - return EXIT_SUCCESS; + return bonobo_debug_shutdown (); } |