~ubuntu-branches/ubuntu/hoary/mythbrowser/hoary

« back to all changes in this revision

Viewing changes to mythbrowser/tabview.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2005-02-13 19:22:27 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050213192227-bj31vq1orgis706t
Tags: 0.17-1
* New upstream release
* Update dependencies for mythtv 0.17

Show diffs side-by-side

added added

removed removed

Lines of Context:
341
341
                return true;
342
342
            }
343
343
        }
344
 
 
 
344
        else if(we->orientation()==Qt::Horizontal)
 
345
        {
 
346
            // add back button
 
347
            if(we->delta()>0)
 
348
            {
 
349
                actionBack();
 
350
                return(true);
 
351
            }
 
352
        }
345
353
    }
346
354
 
347
355
    if(menuIsOpen)