~ubuntu-branches/ubuntu/hardy/kdebase/hardy

« back to all changes in this revision

Viewing changes to kicker/kicker/core/container_button.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-01-17 11:22:28 UTC
  • mto: This revision was merged to the branch mainline in revision 114.
  • Revision ID: james.westby@ubuntu.com-20070117112228-zvfn1flg28cy8bx3
Tags: upstream-3.5.6
ImportĀ upstreamĀ versionĀ 3.5.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
318
318
                if (_button)
319
319
                {
320
320
                    _button->properties();
321
 
                    clearOpMenu();
322
321
                }
323
322
                break;
324
323
            default:
327
326
            KickerTip::enableTipping(true);
328
327
 
329
328
            Kicker::the()->setInsertionPoint(QPoint());
 
329
            clearOpMenu();
330
330
            sentinal = false;
331
331
            return true;
332
332
        }