Rename project: f00bar -> yambar

This commit is contained in:
Daniel Eklöf 2019-09-28 20:39:45 +02:00
parent 9b9344877f
commit 9dbbc480e4
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
23 changed files with 87 additions and 87 deletions

View file

@ -379,7 +379,7 @@ bar_new(const struct bar_config *config)
backend_data = bar_backend_xcb_new();
backend_iface = &xcb_backend_iface;
#else
LOG_ERR("f00bar was compiled without the XCB backend");
LOG_ERR("yambar was compiled without the XCB backend");
return NULL;
#endif
break;
@ -389,7 +389,7 @@ bar_new(const struct bar_config *config)
backend_data = bar_backend_wayland_new();
backend_iface = &wayland_backend_iface;
#else
LOG_ERR("f00bar was compiled without the Wayland backend");
LOG_ERR("yambar was compiled without the Wayland backend");
return NULL;
#endif
break;