summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2010-03-01 13:09:48 +0000
committerRoss Burton <ross@linux.intel.com>2010-03-24 15:52:53 +0000
commit41a193bf145e3498581a93ff6d3f7fc5de34e5c2 (patch)
treeffda18e6fa3d00f5eec40b49ecb8fd125023f9b6
parentf58cc9f2b62288abde60eb7c62467e1feef6ce8f (diff)
downloadgnome-settings-daemon-41a193bf145e3498581a93ff6d3f7fc5de34e5c2.tar.gz
Don't open nautilus when mounting
-rw-r--r--plugins/mount/gsd-mount-manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/mount/gsd-mount-manager.c b/plugins/mount/gsd-mount-manager.c
index 1b0a83e1..f519e332 100644
--- a/plugins/mount/gsd-mount-manager.c
+++ b/plugins/mount/gsd-mount-manager.c
@@ -122,8 +122,8 @@ mount_added_cb (GVolumeMonitor *monitor,
g_debug ("%s mounted, starting file manager", uri);
- /* TODO: error */
- gtk_show_uri (NULL, uri, GDK_CURRENT_TIME, NULL);
+ /* TODO: some sort of dialog */
+ /* gtk_show_uri (NULL, uri, GDK_CURRENT_TIME, NULL); */
g_free (uri);
g_object_unref (file);