gvfs r1533 - in trunk: . hal



Author: alexl
Date: Tue Mar  4 15:02:12 2008
New Revision: 1533
URL: http://svn.gnome.org/viewvc/gvfs?rev=1533&view=rev

Log:
2008-03-04  Alexander Larsson  <alexl redhat com>

        * hal/ghalvolumemonitor.c:
        (update_all):
	Actually emit changes for volumes and mounts too




Modified:
   trunk/ChangeLog
   trunk/hal/ghalvolumemonitor.c

Modified: trunk/hal/ghalvolumemonitor.c
==============================================================================
--- trunk/hal/ghalvolumemonitor.c	(original)
+++ trunk/hal/ghalvolumemonitor.c	Tue Mar  4 15:02:12 2008
@@ -954,6 +954,10 @@
       lists->monitor = g_object_ref (monitor);
       lists->added_drives = added_drives;
       lists->removed_drives = removed_drives;
+      lists->added_volumes = added_volumes;
+      lists->removed_volumes = removed_volumes;
+      lists->added_mounts = added_mounts;
+      lists->removed_mounts = removed_mounts;
       
       g_idle_add (emit_lists_in_idle, lists);
     }



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