Comment 9 for bug 123313

Revision history for this message
Hanusz leszek (leszek-skynet) wrote :

Two different implementations were made after my initial patch so I consider this bug report as obsolete.
Closing as Invalid.
For the bug appearing in hardy, you can go there :
https://bugs.launchpad.net/ubuntu/+source/gnome-volume-manager/+bug/205414

It probably won't work soon because I noticed that some code moved from gnome-volume-manager to nautilus and I saw this in the code:

} else if (_check_file (root, "autorun.exe", TRUE)) {
/* TODO */
} else if (_check_file (root, "AUTORUN.EXE", TRUE)) {
/* TODO */
} else if (_check_file (root, "autorun.inf", FALSE)) {
/* TODO */
} else if (_check_file (root, "AUTORUN.INF", FALSE)) {
/* TODO */
}