[gnome-music/wip/mschraal/core: 66/93] albumwidget2: cleanup
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/core: 66/93] albumwidget2: cleanup
- Date: Fri, 21 Jun 2019 22:46:14 +0000 (UTC)
commit 65314f26898efe133936fc2844d458f5e8ca9027
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]