Skip to content

Commit 25eea00

Browse files
authored
Merge pull request #52 from alyssais/path
wf-shell-app: use vector for build_configuration
2 parents b348edc + 078f7d8 commit 25eea00

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/util/wf-shell-app.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,11 @@ void WayfireShellApp::on_activate()
7474
wl_registry_add_listener(registry, &registry_listener, this);
7575
wl_display_roundtrip(wl_display);
7676

77+
std::vector<std::string> xmldirs(1, METADATA_DIR);
78+
7779
// setup config
7880
this->config = wf::config::build_configuration(
79-
METADATA_DIR, SYSCONF_DIR "/wayfire/wf-shell-defaults.ini",
81+
xmldirs, SYSCONF_DIR "/wayfire/wf-shell-defaults.ini",
8082
get_config_file());
8183

8284
inotify_fd = inotify_init();

0 commit comments

Comments
 (0)