The webrev http://cr.opensolaris.org/~padraig/ips-6747-v1/ fixes bug 6747 packagemanager hangs on Reload if orca is running
The call to self.process_package_list_start() is made in an idel handler so that it nruns in the GUI thread and prevents orca from hanging packagemanager.
The call to self.__enable_disable_selection_menu() is removed as self.in_setup is true when it is called so it has no effect.
The call to self.update_statusbar() is removed as it is called in process_package_list_end.
Padraig _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
