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 737895 - print-dialog: workaround double emission of response signal
print-dialog: workaround double emission of response signal
Status: RESOLVED FIXED
Product: gnome-sudoku
Classification: Applications
Component: general
git master
Other All
: Normal normal
: ---
Assigned To: gnome-sudoku-maint
gnome-sudoku-maint
Depends on:
Blocks:
 
 
Reported: 2014-10-04 18:59 UTC by Michael Catanzaro
Modified: 2015-02-22 02:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
print-dialog: workaround double emission of response signal (948 bytes, patch)
2014-10-04 18:59 UTC, Michael Catanzaro
committed Details | Review
Revert "print-dialog: workaround double emission of response signal" (1.02 KB, patch)
2015-02-22 02:30 UTC, Michael Catanzaro
none Details | Review

Description Michael Catanzaro 2014-10-04 18:59:56 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.
Comment 1 Michael Catanzaro 2014-10-04 18:59:57 UTC
Created attachment 287721 [details] [review]
print-dialog: workaround double emission of response signal
Comment 2 Michael Catanzaro 2014-10-04 19:00:17 UTC
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
Comment 3 Iulian Radu 2015-02-21 16:41:49 UTC
With your code commented I pressed print and the signal seems to be emitted only once. I can't reproduce it.
Comment 4 Michael Catanzaro 2015-02-22 02:30:27 UTC
Yup, I can't reproduce it either. The mystery of what originally caused this will remain unsolved.
Comment 5 Michael Catanzaro 2015-02-22 02:30:47 UTC
The following fix has been pushed:
d0a4a9d Revert "print-dialog: workaround double emission of response signal"
Comment 6 Michael Catanzaro 2015-02-22 02:30:50 UTC
Created attachment 297549 [details] [review]
Revert "print-dialog: workaround double emission of response signal"

This reverts commit d6a7ddb4362b627dbf95d66aad69d1d967cb1869.

Mysteriously fixed.