[gnome-music/wip/mschraal/gtk4: 24/81] Stop using libdazzle
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/gtk4: 24/81] Stop using libdazzle
- Date: Wed, 26 Feb 2020 15:12:34 +0000 (UTC)
commit 76de1766ef44ffd1ff022443bc4ccabf202f96d3
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 63cfc100..78f0d567 100644
--- a/data/ui/SongWidget.ui
+++ b/data/ui/SongWidget.ui
@@ -81,7 +81,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 cd0fbe97..f33430c6 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 utils
from gnomemusic.coresong import CoreSong
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]