The webrev, http://cr.opensolaris.org/~padraig/ips-8264-v1/, fixes 8264 Error dialog text missing when an incorrect repository URL is specified 8290 UpdateMananger and PackageManager calls non-existent function
The fix for 8264 is to call gtk.MessageDialog.set_property('text', error_msg) instead of gtk.MessageDialog.set_markup(serror_msg). This ensure that the correct text is displayed.
The fix for 8290 is to ensure that functions which call be called are defined.
We will refactor the code so that there is only one error_occurred function, in gui_misc. That will be in a subsequent webrev.
Padraig _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
