Small typo, made pynotify click to be broken

This commit is contained in:
Jean-Marie Traissard 2007-05-14 05:47:44 +00:00
parent b10981bd03
commit c4d10a780e
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ def popup(event_type, jid, account, msg_type = '', path_to_image = None,
notification.set_data('event_type', event_type)
notification.set_data('jid', jid)
notification.set_data('account', account)
notification.set_data('msg_type', event_type)
notification.set_data('msg_type', msg_type)
notification.set_data('path_to_image', path_to_image)
notification.add_action('default', 'Default Action',
on_pynotify_notification_clicked)