GNOME Bugzilla – Bug 737895
print-dialog: workaround double emission of response signal
Last modified: 2015-02-22 02:30:50 UTC
The print dialog emits its response signal twice when Print is pressed. Pushing a workaround for now, since I've failed to figure out why this is happening.
Created attachment 287721 [details] [review] print-dialog: workaround double emission of response signal
Comment on attachment 287721 [details] [review] print-dialog: workaround double emission of response signal Attachment 287721 [details] pushed as d6a7ddb - print-dialog: workaround double emission of response signal
With your code commented I pressed print and the signal seems to be emitted only once. I can't reproduce it.
Yup, I can't reproduce it either. The mystery of what originally caused this will remain unsolved.
The following fix has been pushed: d0a4a9d Revert "print-dialog: workaround double emission of response signal"
Created attachment 297549 [details] [review] Revert "print-dialog: workaround double emission of response signal" This reverts commit d6a7ddb4362b627dbf95d66aad69d1d967cb1869. Mysteriously fixed.