GNOME Bugzilla – Bug 747756
Property GtkWidget:margins are deprecated and shouldn't be used anymore.
Last modified: 2015-06-21 11:18:06 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.