[gnome-music/wip/mschraal/core: 65/118] albumwidget2: cleanup
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/core: 65/118] albumwidget2: cleanup
- Date: Wed, 26 Jun 2019 13:05:29 +0000 (UTC)
commit ee14db3c5f51ff191a2d92f36ee2ed3414496825
Author: Marinus Schraal <mschraal gnome org>
Date: Thu Jun 6 08:46:05 2019 +0200
albumwidget2: cleanup
gnomemusic/widgets/albumwidget2.py | 18 ------------------
1 file changed, 18 deletions(-)
---
diff --git a/gnomemusic/widgets/albumwidget2.py b/gnomemusic/widgets/albumwidget2.py
index 8014444f..279a35d1 100644
--- a/gnomemusic/widgets/albumwidget2.py
+++ b/gnomemusic/widgets/albumwidget2.py
@@ -103,24 +103,6 @@ class AlbumWidget2(Gtk.EventBox):
return disc_box
- # song.bind_property(
- # "favorite", song_widget, "favorite",
- # GObject.BindingFlags.BIDIRECTIONAL
- # | GObject.BindingFlags.SYNC_CREATE)
- # song.bind_property(
- # "selected", song_widget, "selected",
- # GObject.BindingFlags.BIDIRECTIONAL
- # | GObject.BindingFlags.SYNC_CREATE)
-
- # self.bind_property(
- # "selection-mode", song_widget, "selection-mode")
-
- # song.connect("notify::selected", self._on_selection_changed)
-
- # self._set_duration_label()
-
- # return song_widget
-
@log
def _set_composer_label(self, album):
composer = album.get_composer()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]