[gnome-music/wip/mschraal/gtk4: 6/58] Stop using libdazzle
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/gtk4: 6/58] Stop using libdazzle
- Date: Wed, 6 Nov 2019 20:07:26 +0000 (UTC)
commit 8206d6d770e450b819e464411a3453b61023bd0c
Author: Marinus Schraal <mschraal gnome org>
Date: Wed Oct 30 22:50:27 2019 +0100
Stop using libdazzle
data/ui/SongWidget.ui | 2 +-
gnomemusic/widgets/songwidget.py | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/data/ui/SongWidget.ui b/data/ui/SongWidget.ui
index c9fe3496..db0ced4b 100644
--- a/data/ui/SongWidget.ui
+++ b/data/ui/SongWidget.ui
@@ -78,7 +78,7 @@
<property name="margin_bottom">1</property>
<property name="hexpand">True</property>
<child>
- <object class="DzlBoldingLabel" id="_title_label">
+ <object class="GtkLabel" id="_title_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
diff --git a/gnomemusic/widgets/songwidget.py b/gnomemusic/widgets/songwidget.py
index 3a796ed5..c6ec3458 100644
--- a/gnomemusic/widgets/songwidget.py
+++ b/gnomemusic/widgets/songwidget.py
@@ -25,9 +25,7 @@
from enum import IntEnum
import gi
-gi.require_version('Dazzle', '1.0')
from gi.repository import Gdk, GObject, Gtk
-from gi.repository.Dazzle import BoldingLabel # noqa: F401
from gnomemusic import log
from gnomemusic import utils
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]