From 4346087adc4057aae9a84c18cdfd87db2aafdac0 Mon Sep 17 00:00:00 2001 From: Corey Berla Date: Mon, 2 Jan 2023 17:10:08 -0800 Subject: column-chooser: Subclass AdwWindow instead of GtkBox We were subclassing from GtkBox and then, list-view created a list-view-column-editor which subclassed from AdwWindow to add the column-chooser. It's a lot of extra code / complexity for something that is only used in list-view. This also allows us to directly use column-chooser within list-view. Also drop the list description label, in preparation for the switch to GtkListBox. --- po/POTFILES.in | 1 - 1 file changed, 1 deletion(-) (limited to 'po/POTFILES.in') diff --git a/po/POTFILES.in b/po/POTFILES.in index 0adfd1c0f..d3db01506 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -76,7 +76,6 @@ src/resources/ui/nautilus-files-view-select-items.ui src/resources/ui/nautilus-files-view.ui src/resources/ui/nautilus-grid-cell.ui src/resources/ui/nautilus-history-controls.ui -src/resources/ui/nautilus-list-view-column-editor.ui src/resources/ui/nautilus-name-cell.ui src/resources/ui/nautilus-operations-ui-manager-request-passphrase.ui src/resources/ui/nautilus-pathbar-context-menu.ui -- cgit v1.2.1