OpenPrinting / system-config-printer

Graphical user interface for CUPS administration
GNU General Public License v2.0
160 stars 88 forks source link

Remove more uses of deprecated GObject.SIGNAL_RUN_LAST #134

Closed wjt closed 5 years ago

wjt commented 5 years ago

9ae2308a8e02527b34f6216162c88ebae04d8dc4 removed many of these but these two were left over.

@pwithnall noticed this when I was backporting that patch to Endless OS. I have not actually tested this change.

zdohnal commented 5 years ago

Hi, thank you for the patch! It seems correct substitution (both returns the same objects) and SIGNAL_RUN_LAST gives deprecation warning.