! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
typo in thunar-vfs-volume-hal.c causes wrong signal to be emitted
Status:
CLOSED: FIXED
Product:
Thunar-vfs
Component:
General

Comments

Description Brian J. Tarricone (not reading bugmail) 2007-05-05 09:29:39 CEST
In device_removed, you emit the 'device-added' signal, which causes thunar-volman to try to mount the device after it gets removed.  Oops.  Should emit 'device-removed' instead, I assume.
Comment 1 Brian J. Tarricone (not reading bugmail) 2007-05-05 09:30:38 CEST
Created attachment 1125 
thunar-vfs-fix-signal-typo.diff
Comment 2 Benedikt Meurer editbugs 2007-05-09 17:45:21 CEST
Committed with revision 25691.

2007-05-09	Benedikt Meurer <benny@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.

Bug #3205

Reported by:
Brian J. Tarricone (not reading bugmail)
Reported on: 2007-05-05
Last modified on: 2010-11-07

People

Assignee:
Jannis Pohlmann
CC List:
1 user

Version

Version:
unspecified

Attachments

thunar-vfs-fix-signal-typo.diff (713 bytes, patch)
2007-05-05 09:30 CEST , Brian J. Tarricone (not reading bugmail)
no flags

Additional information