summaryrefslogtreecommitdiff
path: root/plugins
diff options
authorLuke Yelavich <luke.yelavich@canonical.com>2014-02-13 21:24:52 +1100
committerLuke Yelavich <luke.yelavich@canonical.com>2014-02-13 21:24:52 +1100
commit47c5a03f61bdc978222ca1e4d0e24c4ba385aa47 (patch)
tree2e77160e2e59b17a831de118919ca27fc1a0c09d /plugins
parent0a64187b6f2ebccfcd2807104d63d5e8c8eaa5a5 (diff)
Forgot to rename the call to the new method.
(bzr r3656.3.2)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/unityshell/src/unity-quicklist-menu-item-accessible.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/unityshell/src/unity-quicklist-menu-item-accessible.cpp b/plugins/unityshell/src/unity-quicklist-menu-item-accessible.cpp
index db0e9b521..cca54bf2a 100644
--- a/plugins/unityshell/src/unity-quicklist-menu-item-accessible.cpp
+++ b/plugins/unityshell/src/unity-quicklist-menu-item-accessible.cpp
@@ -210,7 +210,7 @@ unity_quicklist_menu_item_accessible_get_name(AtkObject* obj)
menu_item = dynamic_cast<QuicklistMenuItem*>(nux_object_accessible_get_object(NUX_OBJECT_ACCESSIBLE(obj)));
if (menu_item != NULL)
{
- name = menu_item->GetAccessibleLabel().c_str();
+ name = menu_item->GetPlainTextLabel().c_str();
}
}