]> cygwin.com Git - cygwin-apps/setup.git/commit - proppage.cc
* choose.cc (ChooserPage::PlaceDialog): Only skip resizing window
authorDave Korn <dave.korn.cygwin@gmail.com>
Mon, 15 Feb 2010 00:45:01 +0000 (00:45 +0000)
committerDave Korn <dave.korn.cygwin@gmail.com>
Mon, 15 Feb 2010 00:45:01 +0000 (00:45 +0000)
commit7a4e611a4c1b58c2a1e87f8041d39d8b9a2b696a
treee22b254c9d7da0f9e8a0b4c8683cb262e0a4a095
parent2801c09ce48d07ad94699fc83bfaf041cb9e8a66
* choose.cc (ChooserPage::PlaceDialog): Only skip resizing window
in fully-unattended mode, not chooser-only mode.
(ChooserPage::OnUnattended): Return appropriate status to run page
or not according to kind of unattended mode.
* choose.h (ChooserPage::OnUnattended): Remove inline implementation
and retain prototype only.
* main.cc (PackageManagerOption): New boolean option.
(main): Take it into account when setting unattended_mode.
* proppage.cc (PropertyPage::DialogProc): Use new enum type when
setting unattended_mode.
* state.cc (unattended_mode): Change from bool to enum attend_mode.
* state.h (enum attend_mode): Declare new enum type.
(unattended_mode): Update extern declaration to use it.
ChangeLog
choose.cc
choose.h
main.cc
proppage.cc
state.cc
state.h
This page took 0.032112 seconds and 5 git commands to generate.