GNOME Bugzilla – Bug 641809
Add mouseButtonClicked argument to the callback for St.Button 'clicked' signal in Notification
Last modified: 2011-02-08 16:23:24 UTC
St.Button 'clicked' signal now has two arguments, and because we are also passing an action id as an argument to the _onActionInvoked() callback, we need to have the number of the signal arguments reflected accurately in the function arguments.
Created attachment 180368 [details] [review] Add mouseButtonClicked argument to the callback for St.Button 'clicked' signal in Notification
Review of attachment 180368 [details] [review]: Looks good.