GNOME Bugzilla – Bug 680216
Don't pass extra arguments to C functions
Last modified: 2012-07-19 15:01:29 UTC
See #680215 for details. Maybe we should make a common widget out of the application list code...
Created attachment 219177 [details] [review] js: Don't pass extra arguments to add_actor It's clear that this was supposed to be passed to our own 'add' monkey patch, but we missed. Remove the ignored arguments.
Created attachment 219178 [details] [review] js: Spurious fixes for cases where we pass extra arguments
Review of attachment 219177 [details] [review]: Should the argument be removed, or should add_actor be replaced with add instead? After all, there must have been a reason for that child properties to be added in the first place.
Review of attachment 219178 [details] [review]: Ok
(In reply to comment #3) > Review of attachment 219177 [details] [review]: > > Should the argument be removed, or should add_actor be replaced with add > instead? > After all, there must have been a reason for that child properties to be added > in the first place. I tried that at first, but it broke things.
Review of attachment 219177 [details] [review]: Bah. ACN because the arguments were ignored anyway.
Attachment 219177 [details] pushed as 19e4c95 - js: Don't pass extra arguments to add_actor Attachment 219178 [details] pushed as dd80f39 - js: Spurious fixes for cases where we pass extra arguments