Date:2010-07-26 04:08:56 (13 years 8 months ago)
Author:Maarten ter Huurne
Commit:07fa0918596b81fb2997265091b0582df18efbd3
Message:Fixed uninitialized field.

Thanks to Ayla for finding this bug.
Files: src/browsedialog.cpp (1 diff)

Change Details

src/browsedialog.cpp
99using namespace fastdelegate;
1010
1111BrowseDialog::BrowseDialog(GMenu2X *gmenu2x, const string &title,
12    const string &subtitle) : Dialog(gmenu2x),
13    title(title), subtitle(subtitle), buttonBox(gmenu2x)
12        const string &subtitle)
13    : Dialog(gmenu2x)
14    , title(title)
15    , subtitle(subtitle)
16    , ts_pressed(false)
17    , buttonBox(gmenu2x)
1418{
1519    IconButton *btn;
1620

Archive Download the corresponding diff file



interactive