On Mon, 2004-08-23 at 03:55 +0200, John (J5) Palmieri wrote:
On Mon, 2004-08-23 at 10:46 +0900, Naoki wrote: > $ system-config-language > /usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py:90: > GtkDeprecationWarning: gtk.mainloop is deprecated, use gtk.main > instead > self.warn(message, DeprecationWarning) > /usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py:90: > GtkDeprecationWarning: gtk.mainquit is deprecated, use gtk.main_quit > instead > self.warn(message, DeprecationWarning) This is due to a change in the API of PyGTK. This does not cause any adverse effects to the program other than spitting out the warnings. Please submit a bug to redhat bugzilla just to make sure the maintianers know the API has been deprecated. -- John (J5) Palmieri <johnp@xxxxxxxxxx>