diff options
Diffstat (limited to 'src/gmenuharness/MenuItemMatcher.cpp')
-rw-r--r-- | src/gmenuharness/MenuItemMatcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gmenuharness/MenuItemMatcher.cpp b/src/gmenuharness/MenuItemMatcher.cpp index f39acef..f2d5fe8 100644 --- a/src/gmenuharness/MenuItemMatcher.cpp +++ b/src/gmenuharness/MenuItemMatcher.cpp @@ -306,7 +306,7 @@ MenuItemMatcher& MenuItemMatcher::themed_icon(const std::string& iconName, const MenuItemMatcher& MenuItemMatcher::widget(const string& widget) { - return string_attribute("x-canonical-type", widget); + return string_attribute("x-ayatana-type", widget); } MenuItemMatcher& MenuItemMatcher::pass_through_attribute(const string& actionName, const shared_ptr<GVariant>& value) |