[Xfce4-commits] r25691 - in thunar/trunk: . thunar-vfs
Benedikt Meurer
benny at xfce.org
Wed May 9 19:44:55 CEST 2007
Author: benny
Date: 2007-05-09 17:44:54 +0000 (Wed, 09 May 2007)
New Revision: 25691
Modified:
thunar/trunk/ChangeLog
thunar/trunk/thunar-vfs/thunar-vfs-volume-hal.c
Log:
2007-05-09 Benedikt Meurer <benny at xfce.org>
* thunar-vfs/thunar-vfs-volume-hal.c
(thunar_vfs_volume_manager_hal_device_removed): Emit the correct
signal when removing devices. Patch from Brian Tarricone.
Bug #3205.
Modified: thunar/trunk/ChangeLog
===================================================================
--- thunar/trunk/ChangeLog 2007-05-09 17:31:14 UTC (rev 25690)
+++ thunar/trunk/ChangeLog 2007-05-09 17:44:54 UTC (rev 25691)
@@ -1,3 +1,10 @@
+2007-05-09 Benedikt Meurer <benny at xfce.org>
+
+ * thunar-vfs/thunar-vfs-volume-hal.c
+ (thunar_vfs_volume_manager_hal_device_removed): Emit the correct
+ signal when removing devices. Patch from Brian Tarricone.
+ Bug #3205.
+
2007-04-27 Benedikt Meurer <benny at xfce.org>
* thunar-vfs/thunar-vfs-volume-freebsd.c,
Modified: thunar/trunk/thunar-vfs/thunar-vfs-volume-hal.c
===================================================================
--- thunar/trunk/thunar-vfs/thunar-vfs-volume-hal.c 2007-05-09 17:31:14 UTC (rev 25690)
+++ thunar/trunk/thunar-vfs/thunar-vfs-volume-hal.c 2007-05-09 17:44:54 UTC (rev 25691)
@@ -1095,7 +1095,7 @@
_thunar_vfs_return_if_fail (manager_hal->context == context);
/* emit the "device-removed" signal (to support thunar-volman) */
- g_signal_emit_by_name (G_OBJECT (manager_hal), "device-added", udi);
+ g_signal_emit_by_name (G_OBJECT (manager_hal), "device-removed", udi);
/* check if we already have a volume object for the UDI */
volume_hal = thunar_vfs_volume_manager_hal_get_volume_by_udi (manager_hal, udi);
More information about the Xfce4-commits
mailing list