After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 641809 - Add mouseButtonClicked argument to the callback for St.Button 'clicked' signal in Notification
Add mouseButtonClicked argument to the callback for St.Button 'clicked' signa...
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: message-tray
unspecified
Other All
: Normal normal
: ---
Assigned To: Dan Winship
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-02-08 07:15 UTC by Marina Zhurakhinskaya
Modified: 2011-02-08 16:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add mouseButtonClicked argument to the callback for St.Button 'clicked' signal in Notification (1.14 KB, patch)
2011-02-08 07:15 UTC, Marina Zhurakhinskaya
committed Details | Review

Description Marina Zhurakhinskaya 2011-02-08 07:15:22 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.
Comment 1 Marina Zhurakhinskaya 2011-02-08 07:15:24 UTC
Created attachment 180368 [details] [review]
Add mouseButtonClicked argument to the callback for St.Button 'clicked' signal in Notification
Comment 2 drago01 2011-02-08 13:21:06 UTC
Review of attachment 180368 [details] [review]:

Looks good.