Skip to content
This repository has been archived by the owner on Dec 10, 2020. It is now read-only.

Squash DeprecationWarnings #1

Open
kdwyer opened this issue Nov 30, 2014 · 0 comments
Open

Squash DeprecationWarnings #1

kdwyer opened this issue Nov 30, 2014 · 0 comments
Assignees

Comments

@kdwyer
Copy link
Owner

kdwyer commented Nov 30, 2014

$ python -Wall xpn.py -c .
/home/kev/projects/xpn/xpn_src/Article_Pane.py:410: DeprecationWarning: Use the new widget gtk.Tooltip
self.expander_tooltip=gtk.Tooltips()
/home/kev/projects/xpn/xpn_src/Article_Pane.py:413: DeprecationWarning: Use the new widget gtk.Tooltip
self.expander_tooltip.set_tip(self.expander,_("Hide Headers"))

** (xpn.py:1377): WARNING **: expected enumeration type GtkToolbarStyle, but got GtkShadowType instead

** (xpn.py:1377): WARNING **: expected enumeration type GtkToolbarStyle, but got GtkShadowType instead
xpn.py:2786: DeprecationWarning: Use the new widget gtk.Tooltip
zoom_article_tip=gtk.Tooltips()
xpn.py:2787: DeprecationWarning: Use the new widget gtk.Tooltip
zoom_threads_tip=gtk.Tooltips()
xpn.py:2788: DeprecationWarning: Use the new widget gtk.Tooltip
zoom_groups_tip=gtk.Tooltips()
xpn.py:2789: DeprecationWarning: Use the new widget gtk.Tooltip
zoom_article_tip.set_tip(self.zoom_article_button,("Zoom Article Pane"))
xpn.py:2790: DeprecationWarning: Use the new widget gtk.Tooltip
zoom_threads_tip.set_tip(self.zoom_threads_button,
("Zoom Headers Pane"))
xpn.py:2791: DeprecationWarning: Use the new widget gtk.Tooltip
zoom_groups_tip.set_tip(self.zoom_groups_button,_("Zoom Groups Pane"))
/home/kev/projects/xpn/xpn_src/Dialogs.py:44: DeprecationWarning: use set_markup() instead
self.dialog.label.set_use_markup(True)

@kdwyer kdwyer self-assigned this Nov 30, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant