After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 747756 - Property GtkWidget:margins are deprecated and shouldn't be used anymore.
Property GtkWidget:margins are deprecated and shouldn't be used anymore.
Status: RESOLVED FIXED
Product: d-feet
Classification: Other
Component: general
0.3.x
Other Linux
: Normal normal
: ---
Assigned To: D-Feet Maintainer(s)
D-Feet Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-04-12 20:23 UTC by shirish agarwal
Modified: 2015-06-21 11:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description shirish agarwal 2015-04-12 20:23:40 UTC
Hi all, 
Get these python2.7 warnings while running d-feet (under debian) :-

[$] d-feet                    
                                           
/usr/lib/python2.7/dist-packages/dfeet/uiloader.py:38: Warning: The property GtkWidget:margin-left is deprecated and shouldn't be used anymore. It will be removed in a future version.
  self.ui.add_from_file(self.ui_dir + '/' + f)
/usr/lib/python2.7/dist-packages/dfeet/uiloader.py:38: Warning: The property GtkWidget:margin-right is deprecated and shouldn't be used anymore. It will be removed in a future version.
  self.ui.add_from_file(self.ui_dir + '/' + f)

Looking forward for the fix.