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

« back to all changes in this revision

Viewing changes to libs/libmythui/mythuitype.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:
206
206
 
207
207
    if (GetArea().contains(p))
208
208
    {
209
 
        if (!IsVisible())
 
209
        if (!IsVisible() || !IsEnabled())
210
210
            return NULL;
211
211
 
212
212
        if (m_ChildrenList.isEmpty())