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 732987 - Some css options were deprecated in gtk from master
Some css options were deprecated in gtk from master
Status: RESOLVED DUPLICATE of bug 737142
Product: gnome-music
Classification: Applications
Component: general
3.13.x
Other Linux
: Normal normal
: 3.14
Assigned To: gnome-music-maint
gnome-music-maint
Depends on:
Blocks:
 
 
Reported: 2014-07-10 11:00 UTC by Vadim Rutkovsky
Modified: 2014-10-09 15:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vadim Rutkovsky 2014-07-10 11:00:47 UTC
/home/vrutkovs/jhbuild/install/lib/python3.3/site-packages/gnomemusic/player.py:539: Warning: The property GtkMisc:xalign is deprecated and shouldn't be used anymore. It will be removed in a future version.
  self._ui.add_from_resource('/org/gnome/Music/PlayerToolbar.ui')
/home/vrutkovs/jhbuild/install/lib/python3.3/site-packages/gnomemusic/player.py:754: 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_resource('/org/gnome/Music/SelectionToolbar.ui')
/home/vrutkovs/jhbuild/install/lib/python3.3/site-packages/gnomemusic/grilo.py:88: Warning: The property SoupSession:ssl-ca-file is deprecated and shouldn't be used anymore. It will be removed in a future version.
  self.registry.load_all_plugins()
/home/vrutkovs/jhbuild/install/lib/python3.3/site-packages/gnomemusic/widgets.py:75: 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_resource('/org/gnome/Music/AlbumWidget.ui')
/home/vrutkovs/jhbuild/install/lib/python3.3/site-packages/gnomemusic/widgets.py:75: Warning: The property GtkMisc:xpad is deprecated and shouldn't be used anymore. It will be removed in a future version.
  self.ui.add_from_resource('/org/gnome/Music/AlbumWidget.ui')
/home/vrutkovs/jhbuild/install/lib/python3.3/site-packages/gnomemusic/widgets.py:75: Warning: The property GtkImage:stock is deprecated and shouldn't be used anymore. It will be removed in a future version.
  self.ui.add_from_resource('/org/gnome/Music/AlbumWidget.ui')
/home/vrutkovs/jhbuild/install/lib/python3.3/site-packages/gnomemusic/widgets.py:75: Warning: The property GtkMisc:ypad is deprecated and shouldn't be used anymore. It will be removed in a future version.
  self.ui.add_from_resource('/org/gnome/Music/AlbumWidget.ui')
Comment 1 Vadim Rutkovsky 2014-10-09 15:00:32 UTC

*** This bug has been marked as a duplicate of bug 737142 ***