author | llornkcor <llornkcor> | 2002-06-29 01:12:52 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-06-29 01:12:52 (UTC) |
commit | 4f904fb89458c68ecad9dd213090bba0364b4652 (patch) (unidiff) | |
tree | 3792ead9b3609b2c6898ec6b38ebe0ee360c03d0 | |
parent | a5d9aa39940c14c477b9ef2887c8fd303fa6a0e4 (diff) | |
download | opie-4f904fb89458c68ecad9dd213090bba0364b4652.zip opie-4f904fb89458c68ecad9dd213090bba0364b4652.tar.gz opie-4f904fb89458c68ecad9dd213090bba0364b4652.tar.bz2 |
change initial default to use alerts
-rw-r--r-- | core/applets/vmemo/vmemo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/applets/vmemo/vmemo.cpp b/core/applets/vmemo/vmemo.cpp index 7965b59..cb3e45e 100644 --- a/core/applets/vmemo/vmemo.cpp +++ b/core/applets/vmemo/vmemo.cpp | |||
@@ -283,7 +283,7 @@ bool VMemo::startRecording() { | |||
283 | Config config( "Vmemo" ); | 283 | Config config( "Vmemo" ); |
284 | config.setGroup( "System" ); | 284 | config.setGroup( "System" ); |
285 | 285 | ||
286 | useAlerts = config.readBoolEntry("Alert"); | 286 | useAlerts = config.readBoolEntry("Alert",1); |
287 | if(useAlerts) { | 287 | if(useAlerts) { |
288 | 288 | ||
289 | msgLabel = new QLabel( 0, "alertLabel" ); | 289 | msgLabel = new QLabel( 0, "alertLabel" ); |