[PATCH 09/11] Work around some signal handling issues in the custom spoke.

Chris Lumens clumens at redhat.com
Fri Aug 17 14:59:22 UTC 2012


> For now, only connect the MountpointSelectors to button-press-event.
> 
> Also, don't run the handlers for them during _do_refresh because,
> for some reason, they get triggered a whole bunch during setup of
> the left-hand side.

GLib provides us with signal_handler_block and signal_handler_unblock
that could be used for this purpose, but unfortunately I think that
would end up being more code.  And this isn't time-sensitive stuff, so I
guess it's fine.

Something to consider for the future.

- Chris


More information about the anaconda-patches mailing list