~ubuntu-branches/ubuntu/warty/perl-tk/warty

« back to all changes in this revision

Viewing changes to pTk/mTk/tixGeneric/tixDiStyle.c

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Zander
  • Date: 2004-03-14 13:54:44 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040314135444-prc09u2or4dbr3to
Tags: 1:800.025-2
Add xlibs-dev to Build-Depends:,
Closes: #237942

Show diffs side-by-side

added added

removed removed

Lines of Context:
976
976
    Tix_DItemStyle *stylePtr = *((Tix_DItemStyle**)(widRec+offset));
977
977
    Arg result = NULL;
978
978
    if (stylePtr != NULL && !(stylePtr->base.flags & TIX_STYLE_DEFAULT)) {
979
 
        LangSetObj(&result,LangObjectObj(stylePtr->base.interp,
 
979
        LangSetArg(&result,LangObjectArg(stylePtr->base.interp,
980
980
                                         stylePtr->base.name));
981
981
    }
982
982
    return result;