about summary refs log tree commit diff
path: root/src/meson.build
diff options
context:
space:
mode:
authorGabriel Brand <gabr.brand@gmail.com>2024-05-03 15:02:22 +0200
committerVika <vika@fireburn.ru>2025-01-02 02:41:43 +0300
commit987f3d96c087231efb96aefafed688d9944f94ed (patch)
tree5cedafa585f7403272019180fddf40bda4099b73 /src/meson.build
parent23c6aa557a68f6907088fcbc0cced3cd191c2824 (diff)
downloadFurtherance-987f3d96c087231efb96aefafed688d9944f94ed.tar.zst
Port AdwPreferencesWindow to AdwPreferencesDialog
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index b2bde7b..d7afa7a 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -31,7 +31,7 @@ run_command(
 
 rust_sources = files(
   'ui.rs',
-  'ui/preferences_window.rs',
+  'ui/preferences_dialog.rs',
   'ui/report.rs',
   'ui/task_details.rs',
   'ui/task_row.rs',