Date:2010-07-26 03:36:55 (13 years 8 months ago)
Author:Maarten ter Huurne
Commit:90df129f66e377a29181e78b7818aa5c635e36d9
Message:Initialize field using init syntax instead of assignment.

No functional change.
Files: src/wallpaperdialog.cpp (1 diff)

Change Details

src/wallpaperdialog.cpp
2323
2424using namespace std;
2525
26WallpaperDialog::WallpaperDialog(GMenu2X *gmenu2x) : Dialog(gmenu2x)
26WallpaperDialog::WallpaperDialog(GMenu2X *gmenu2x)
27    : Dialog(gmenu2x)
28    , selRow(0)
2729{
28    selRow = 0;
2930}
3031
3132bool WallpaperDialog::exec()

Archive Download the corresponding diff file



interactive