We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5359b0 commit 91816d3Copy full SHA for 91816d3
common/nwg_classes.cc
@@ -215,7 +215,7 @@ Instance::~Instance() {
215
IconProvider::IconProvider(const Glib::RefPtr<Gtk::IconTheme>& theme, int icon_size):
216
icon_theme{ theme },
217
fallback{ Gdk::Pixbuf::create_from_file(
218
- DATA_DIR_STR "/nwgbar/icon-missing" ICON_EXT,
+ DATA_DIR_STR "/icon-missing" ICON_EXT,
219
icon_size,
220
221
true
0 commit comments