~unity-team/unity/unity.launcher-icon-smart-pointers

Viewing all changes in revision 1959.

  • Committer: Tarmac
  • Author(s): smspillaz, Daniel van Vugt
  • Date: 2012-02-13 03:27:45 UTC
  • mfrom: (1905.1.5 unity.fix_881190v3)
  • Revision ID: tarmac-20120213032745-umk30v2ndqye7t6c
Fix LP #881190 #871801

    The transient for reader would report every window as a "transient" if it
    matched the w->transientFor () definition on the window - at destruction time
    this will be zero, so it will match every single window. That would cause
    all windows to be unminimized.

    However, it makes no sense to do the unminimize/minimize normally dance when
    the window has been destroyed.

Covered by tests/minimized-window-handler. Fixes: . Approved by Tim Penhey.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: