author | eilers <eilers> | 2003-08-08 14:45:49 (UTC) |
---|---|---|
committer | eilers <eilers> | 2003-08-08 14:45:49 (UTC) |
commit | 14d394e6c107b037a09a31a92605034fe50f7813 (patch) (unidiff) | |
tree | 800699cf4dc9681c3eb023340634dd6a15fd04c8 /library/datebookmonth.cpp | |
parent | dbc6ea35f5535a1f69deb7ebbafc0f721721dbf2 (diff) | |
download | opie-14d394e6c107b037a09a31a92605034fe50f7813.zip opie-14d394e6c107b037a09a31a92605034fe50f7813.tar.gz opie-14d394e6c107b037a09a31a92605034fe50f7813.tar.bz2 |
Merged branches from BRANCH_1_0
-rw-r--r-- | library/datebookmonth.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/library/datebookmonth.cpp b/library/datebookmonth.cpp index e8be313..728045f 100644 --- a/library/datebookmonth.cpp +++ b/library/datebookmonth.cpp | |||
@@ -169,4 +169,9 @@ DateBookMonthTable::DateBookMonthTable( QWidget *parent, const char *name, | |||
169 | selDay = -1; | 169 | selDay = -1; |
170 | 170 | ||
171 | /* init these as well make valgrind happy and be consistent with Qtopia1.6 -zecke */ | ||
172 | year = -1; | ||
173 | month = -1; | ||
174 | day = -1; | ||
175 | |||
171 | Config cfg( "qpe" ); | 176 | Config cfg( "qpe" ); |
172 | cfg.setGroup( "Time" ); | 177 | cfg.setGroup( "Time" ); |