Cleaning a popover that has been "poped down"

,

I’m using a popover and I’m disconnecting all the signals connected to the popover and other widgets placed inside after calling “popdown()”. The odd thing is that I receive an error:

gobject/gsignal.c:2772: instance '0x558eded39880' has no handler with id '3763'

one for each signal being disconnected. But disconnecting them in other parts of the code doesn’t show that error. Why?

Ok, my fault: the signals were being disconnected twice.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.