summaryrefslogtreecommitdiff
path: root/src/resources/ui/nautilus-window.ui
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2021-12-19 17:02:49 +0000
committerAntónio Fernandes <antoniof@gnome.org>2022-01-05 11:41:46 +0000
commit03b61953c4620358730200fde9d917fc52f1b75f (patch)
tree295c12bc8c394c839fee10deaf69c999e3c759de /src/resources/ui/nautilus-window.ui
parent5d5b49a39ae5fff81924b01bc4f1b917a1785527 (diff)
downloadnautilus-03b61953c4620358730200fde9d917fc52f1b75f.tar.gz
notebook: Don't subclass GtkNotebook
GtkNotebook is a final class in GTK 4. Drop the NautliusNotebook class and have its API act on GtkNotebook.
Diffstat (limited to 'src/resources/ui/nautilus-window.ui')
-rw-r--r--src/resources/ui/nautilus-window.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/ui/nautilus-window.ui b/src/resources/ui/nautilus-window.ui
index cd5799f36..c890158bc 100644
--- a/src/resources/ui/nautilus-window.ui
+++ b/src/resources/ui/nautilus-window.ui
@@ -58,7 +58,7 @@
<object class="GtkOverlay" id="main_view">
<property name="visible">True</property>
<child>
- <object class="NautilusNotebook" id="notebook">
+ <object class="GtkNotebook" id="notebook">
<property name="visible">True</property>
<property name="show-tabs">False</property>
<property name="show-border">False</property>