author | llornkcor <llornkcor> | 2002-06-29 01:12:52 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-06-29 01:12:52 (UTC) |
commit | 4f904fb89458c68ecad9dd213090bba0364b4652 (patch) (side-by-side diff) | |
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() { Config config( "Vmemo" ); config.setGroup( "System" ); - useAlerts = config.readBoolEntry("Alert"); + useAlerts = config.readBoolEntry("Alert",1); if(useAlerts) { msgLabel = new QLabel( 0, "alertLabel" ); |