Comment 2 for bug 1268578

Revision history for this message
Martin Pitt (pitti) wrote :

Quick workaround, in case this is blocking you:

    notification.add_action(
        "action_id",
        "action_label",
        action_callback,
        (None,),
        None
    )