[issue28599] AboutDialog set_name is ignored

2016-11-03 Thread Zachary Ware
Changes by Zachary Ware : -- resolution: not a bug -> third party ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue28599] AboutDialog set_name is ignored

2016-11-03 Thread Zachary Ware
Zachary Ware added the comment: That appears to be an issue with the third-party PyGObject project, please open an issue on the PyGObject issue tracker: https://bugzilla.gnome.org/page.cgi?id=browse.html&product=pygobject -- nosy: +zach.ware resolution: -> not a bug stage: -> resolve

[issue28599] AboutDialog set_name is ignored

2016-11-03 Thread rebelxt
New submission from rebelxt: Python 3.5.2 (default, Sep 10 2016, 08:21:44) [GCC 5.4.0 20160609] on linux Mint 18 and Gtk 3. I run a python3 script that includes these statements: import gi gi.require_version('Gtk', '3.0') from gi.repository import Gtk, GObject aboutdialog = Gtk.AboutDialog() a