-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 | |||
@@ -278,17 +278,17 @@ void VMemo::mouseReleaseEvent( QMouseEvent * ) | |||
278 | bool VMemo::startRecording() { | 278 | bool VMemo::startRecording() { |
279 | 279 | ||
280 | if ( recording) | 280 | if ( recording) |
281 | return FALSE; | 281 | return FALSE; |
282 | 282 | ||
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" ); |
290 | msgLabel->setText("<B><P><font size=+2>VMemo-Recording</font></B>"); | 290 | msgLabel->setText("<B><P><font size=+2>VMemo-Recording</font></B>"); |
291 | msgLabel->show(); | 291 | msgLabel->show(); |
292 | } | 292 | } |
293 | 293 | ||
294 | // if(useAlerts) | 294 | // if(useAlerts) |