Skip to content

Commit 91816d3

Browse files
committed
Fix incorrect path to icon-missing file
Fixes #174
1 parent f5359b0 commit 91816d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/nwg_classes.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Instance::~Instance() {
215215
IconProvider::IconProvider(const Glib::RefPtr<Gtk::IconTheme>& theme, int icon_size):
216216
icon_theme{ theme },
217217
fallback{ Gdk::Pixbuf::create_from_file(
218-
DATA_DIR_STR "/nwgbar/icon-missing" ICON_EXT,
218+
DATA_DIR_STR "/icon-missing" ICON_EXT,
219219
icon_size,
220220
icon_size,
221221
true

0 commit comments

Comments
 (0)