wb8tyw / D-Rats

D-Rats program for D-Star Ham Radios
https://iz2lxi.jimdofree.com/
Other
7 stars 1 forks source link

GtkContainer:child is deprecated somewhere in mainwindow.glade. #237

Open wb8tyw opened 2 years ago

wb8tyw commented 2 years ago

This message is showing up on startup with export G_ENABLE_DIAGNOSTIC=true set before running.

Currently no idea on how to find except by a binary search of the glade file by commenting things out.

/mnt/aviary/home/malmberg/work/d-rats/D-Rats/d_rats/mainwindow.py:83: Warning: The property GtkContainer:child is deprecated and shouldn't be used anymore. It will be removed in a future version.
  wtree.add_from_file(file_name)