[gnome-music/wip/jfelder/gtk4-v3: 66/145] dialogs: Remove type-hint property




commit aa0e0da2d2a9b7e85ca596e37088f494439b651a
Author: Jean Felder <jfelder src gnome org>
Date:   Mon Jan 10 14:49:15 2022 +0100

    dialogs: Remove type-hint property
    
    They are not used in Gtk4 anymore.

 data/ui/LastfmDialog.ui   | 1 -
 data/ui/PlaylistDialog.ui | 1 -
 2 files changed, 2 deletions(-)
---
diff --git a/data/ui/LastfmDialog.ui b/data/ui/LastfmDialog.ui
index 1ec99eac0..6e499d32d 100644
--- a/data/ui/LastfmDialog.ui
+++ b/data/ui/LastfmDialog.ui
@@ -6,7 +6,6 @@
     <property name="modal">True</property>
     <property name="resizable">False</property>
     <property name="title" translatable="yes">Last.fm Account</property>
-    <property name="type_hint">dialog</property>
     <property name="valign">start</property>
     <property name="window_position">center-on-parent</property>
     <child internal-child="vbox">
diff --git a/data/ui/PlaylistDialog.ui b/data/ui/PlaylistDialog.ui
index 655322c12..15f3c4868 100644
--- a/data/ui/PlaylistDialog.ui
+++ b/data/ui/PlaylistDialog.ui
@@ -8,7 +8,6 @@
     <property name="can_focus">False</property>
     <property name="modal">True</property>
     <property name="destroy_with_parent">True</property>
-    <property name="type_hint">dialog</property>
     <child internal-child="vbox">
       <object class="GtkBox" id="dialog-vbox">
         <property name="can_focus">False</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]