diff options
Diffstat (limited to 'libindicator')
-rw-r--r-- | libindicator/indicator-ng.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicator/indicator-ng.c b/libindicator/indicator-ng.c index d241099..a77aa43 100644 --- a/libindicator/indicator-ng.c +++ b/libindicator/indicator-ng.c @@ -189,7 +189,7 @@ indicator_ng_set_accessible_desc (IndicatorNg *self, self->accessible_desc = g_strdup (accessible_desc); - entries = indicator_object_get_entries (INDICATOR_OBJECT (self)); + entries = INDICATOR_OBJECT_GET_CLASS (self)->get_entries (INDICATOR_OBJECT (self)); g_return_if_fail (entries != NULL); g_signal_emit_by_name (self, INDICATOR_OBJECT_SIGNAL_ACCESSIBLE_DESC_UPDATE, entries->data); |