Comment 22 for bug 337352

Revision history for this message
Cody Russell (bratsche) wrote :

The last patch does not show a notification with actions. It does the following:

if (supports_actions) {
    use_notifications...
} else {
    use MPT's new dialog box design
}

So you -should- see a dialog box appear with buttons "Open", "Reveal", and "OK". If that's not happening then I messed up. :)