Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of GTK.TreeIter Raises DeprecationWarning #1993

Closed
rmartin16 opened this issue Jun 18, 2023 · 0 comments · Fixed by #2017
Closed

Use of GTK.TreeIter Raises DeprecationWarning #1993

rmartin16 opened this issue Jun 18, 2023 · 0 comments · Fixed by #2017
Labels
bug A crash or error in behavior. linux The issue relates Linux support.

Comments

@rmartin16
Copy link
Member

Describe the bug

The SourceTreeModel triggers a deprecation warning.

/home/russell/github/beeware/briefcase/venv-3.10-briefcase/lib/python3.10/site-packages/toga_gtk/widgets/internal/sourcetreemodel.py:139: DeprecationWarning: Passing arguments to gi.types.Boxed.__init__() is deprecated. All arguments passed will be ignored.
  return False, Gtk.TreeIter(stamp=-1)

Steps to reproduce

briefcase dev or briefcase run linux system for the table or table_source example apps

Expected behavior

Deprecated functionality is not used.

Screenshots

No response

Environment

  • Operating System: pop os 22.04
  • Python version: 3.10.12
  • Software versions:
    • Briefcase: 0.3.15.dev361+g02f412be
    • Toga: toga-gtk-0.3.2.dev383+g7d68e74d.d20230618

Logs

briefcase.2023_06_18-19_19_30.run.log

Additional context

No response

@rmartin16 rmartin16 added bug A crash or error in behavior. linux The issue relates Linux support. labels Jun 18, 2023
This was referenced Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A crash or error in behavior. linux The issue relates Linux support.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant