[gnome-settings-daemon/mount-plugin: 10/13] Don't open nautilus when mounting



commit 41a193bf145e3498581a93ff6d3f7fc5de34e5c2
Author: Ross Burton <ross linux intel com>
Date:   Mon Mar 1 13:09:48 2010 +0000

    Don't open nautilus when mounting

 plugins/mount/gsd-mount-manager.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/mount/gsd-mount-manager.c b/plugins/mount/gsd-mount-manager.c
index 1b0a83e..f519e33 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]