summaryrefslogtreecommitdiff
path: root/data/totem-preferences-dialog.ui
diff options
context:
space:
mode:
authorKrifa75 <yahiaoui.fakhri@gmail.com>2022-11-22 21:38:02 +0100
committerBastien Nocera <hadess@hadess.net>2022-11-23 09:57:15 +0100
commitb75e6c2a9e514746159db28412df2db3c939de01 (patch)
tree83d8e3cb14c5e38513da56390034d35154f19480 /data/totem-preferences-dialog.ui
parent3734c65ba965de25b5a7b31e685d9ea0ebbdc713 (diff)
downloadtotem-b75e6c2a9e514746159db28412df2db3c939de01.tar.gz
preferences: Move the plugins settings
Libpeas-gtk will not be ported to Gtk4, so let's remove the dependency and build the list of plugins ourselves. Closes: #548
Diffstat (limited to 'data/totem-preferences-dialog.ui')
-rw-r--r--data/totem-preferences-dialog.ui47
1 files changed, 23 insertions, 24 deletions
diff --git a/data/totem-preferences-dialog.ui b/data/totem-preferences-dialog.ui
index 775093478..bb831efcf 100644
--- a/data/totem-preferences-dialog.ui
+++ b/data/totem-preferences-dialog.ui
@@ -155,30 +155,6 @@
</object>
</child>
- <child>
- <object class="HdyPreferencesGroup">
- <property name="visible">True</property>
- <property name="title" translatable="yes">Plugins</property>
-
- <child>
- <object class="HdyActionRow" id="tpw_plugins_button">
- <property name="visible">True</property>
- <property name="title" translatable="yes">Plugins</property>
- <property name="activatable">True</property>
-
- <child>
- <object class="GtkImage">
- <property name="icon-name">go-next-symbolic</property>
- <property name="visible">True</property>
- </object>
- </child>
-
- </object>
- </child>
-
- </object>
- </child>
-
</object>
</child>
@@ -501,6 +477,29 @@ Disable it if you encounter video playback problems.</property>
</object>
</child>
+
+ <child>
+ <object class="HdyPreferencesPage">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="title" translatable="yes">Plugins</property>
+
+ <child>
+ <object class="HdyPreferencesGroup">
+ <property name="visible">True</property>
+
+ <child>
+ <object class="GtkListBox" id="tpw_plugins_list">
+ <property name="visible">True</property>
+ </object>
+ </child>
+
+ </object>
+ </child>
+
+ </object>
+ </child>
+
</template>
<object class="GtkSizeGroup">
<property name="mode">horizontal</property>