refactor(sni-item): better way to search in default theme

This commit is contained in:
Alex
2019-04-17 22:15:18 +02:00
parent 9564adb5b4
commit 6d6df4be00
2 changed files with 10 additions and 8 deletions

View File

@ -65,7 +65,6 @@ class Item : public sigc::trackable {
Glib::RefPtr<Gio::Cancellable> cancellable_;
Glib::RefPtr<Gio::DBus::Proxy> proxy_;
std::vector<Glib::ustring> default_icon_path_;
bool update_pending_;
};