~ubuntu-branches/ubuntu/lucid/mythtv/lucid

« back to all changes in this revision

Viewing changes to programs/mythfrontend/programrecpriority.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2009-10-02 00:23:18 UTC
  • mfrom: (1.1.36 upstream)
  • Revision ID: james.westby@ubuntu.com-20091002002318-5qu2fr0gxl59egft
Tags: 0.22.0~trunk22167-0ubuntu1
* New upstream checkout (r22167).
  - Fixes some segfaults.

Show diffs side-by-side

added added

removed removed

Lines of Context:
926
926
    ProgramRecPriorityInfo *pgRecInfo =
927
927
                        qVariantValue<ProgramRecPriorityInfo*>(item->GetData());
928
928
 
929
 
    MythScreenStack *mainStack = GetMythMainWindow()->GetMainStack();
930
 
    CustomEdit *ce = new CustomEdit(mainStack, pgRecInfo);
931
 
    if (ce->Create())
932
 
        mainStack->AddScreen(ce);
933
 
     else
934
 
        delete ce;
 
929
    EditCustom(pgRecInfo);
935
930
}
936
931
 
937
932
void ProgramRecPriority::remove(void)