~3v1n0/unity/overlay-border-scale

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/unity-sctext-accessible.cpp

  • Committer: Daniel van Vugt
  • Date: 2012-03-14 06:24:18 UTC
  • mfrom: (2108 unity)
  • mto: This revision was merged to the branch mainline in revision 2146.
  • Revision ID: daniel.van.vugt@canonical.com-20120314062418-nprucpbr0m7qky5e
MergedĀ latestĀ lp:unity

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
    text = dynamic_cast<nux::StaticCairoText*>(nux_object_accessible_get_object(NUX_OBJECT_ACCESSIBLE(obj)));
146
146
    if (text != NULL)
147
147
    {
148
 
      name = text->GetText().GetTCharPtr();
 
148
      name = text->GetText().c_str();
149
149
      pango_parse_markup(name, -1, 0, NULL,
150
150
                         &self->priv->stripped_name,
151
151
                         NULL, NULL);