diff options
author | Alexander Larsson <alexl@redhat.com> | 2006-10-17 09:57:36 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2006-10-17 09:57:36 +0000 |
commit | 00fc4f02fb3f5b6c3571c45523609511c24f5eb2 (patch) | |
tree | d0e2fefc6d382ec2a52fdea5ffdd330d08411228 /libnautilus-private | |
parent | bedaf5028087e9471106a32cc4c9480a2f31c958 (diff) | |
download | nautilus-00fc4f02fb3f5b6c3571c45523609511c24f5eb2.tar.gz |
Don't cause critical if slow mimetype not loaded. I was able to get that
2006-10-17 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/nautilus-program-choosing.c (nautilus_launch_show_file):
Don't cause critical if slow mimetype not loaded.
I was able to get that with a circular symlink.
In that case a fast mimetype should be ok.
Diffstat (limited to 'libnautilus-private')
-rw-r--r-- | libnautilus-private/nautilus-program-choosing.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libnautilus-private/nautilus-program-choosing.c b/libnautilus-private/nautilus-program-choosing.c index 6092e42ac..f677efa13 100644 --- a/libnautilus-private/nautilus-program-choosing.c +++ b/libnautilus-private/nautilus-program-choosing.c @@ -445,8 +445,6 @@ void nautilus_launch_show_file (NautilusFile *file, startup_notify = FALSE; #endif - g_return_if_fail (!nautilus_file_needs_slow_mime_type (file)); - uri = NULL; if (nautilus_file_is_nautilus_link (file)) { uri = nautilus_file_get_activation_uri (file); |