WFM. Thanks so much, Padraig!

--joanie

On Fri, 2010-02-12 at 11:15 +0000, Padraig O'Briain wrote:
> New webrev at http://cr.opensolaris.org/~padraig/ips-14537-v2/.
> 
> Padraig
> 
> On 02/12/10 10:50, Michal Pryc wrote:
> > On 12/02/2010 09:58, Padraig O'Briain wrote:
> >> The webrev, http://cr.opensolaris.org/~padraig/ips-14537-v1/,
> >> 14537 PM hangs when installing a package via Webinstall and Orca is 
> >> running
> >>
> >> After adding new publishers, the installation of packages is now 
> >> started in the main thread.
> > Padraig,
> > I believe it's better to put gobject call in the repository.py:
> >
> > So change the:
> >                         elif self.webinstall_new:
> >                                 gobject.idle_add(
> >                                    
> > self.__g_on_add_publisher_delete_event,
> >                                    self.w_add_publisher_dialog, None)
> >                                 self.parent.reload_packages()
> >
> > To:
> >
> >                         elif self.webinstall_new:
> >                                 gobject.idle_add(
> >                                    
> > self.__g_on_add_publisher_delete_event,
> >                                    self.w_add_publisher_dialog, None)
> >                                 
> > gobject.idle_add(self.parent.reload_packages)
> >
> > This will be consistent with other calls from this module.
> _______________________________________________
> pkg-discuss mailing list
> [email protected]
> http://mail.opensolaris.org/mailman/listinfo/pkg-discuss


_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to