From ee5e533880e2475a7ba199c592e0d3237f813f26 Mon Sep 17 00:00:00 2001 From: drw Date: Tue, 22 Apr 2003 22:49:22 +0000 Subject: Fix bug #867 --- (limited to 'noncore/settings') diff --git a/noncore/settings/netsystemtime/formattabwidget.cpp b/noncore/settings/netsystemtime/formattabwidget.cpp index daa020f..982305b 100644 --- a/noncore/settings/netsystemtime/formattabwidget.cpp +++ b/noncore/settings/netsystemtime/formattabwidget.cpp @@ -114,8 +114,8 @@ FormatTabWidget::FormatTabWidget( QWidget *parent ) //dateButton->setDateFormat( df ); config.setGroup( "Time" ); - cbAmpm->setCurrentItem( config.readBoolEntry( "AMPM" ) ? 1 : 0 ); - cbWeekStart->setCurrentItem( config.readBoolEntry( "MONDAY" ) ? 1 : 0 ); + cbAmpm->setCurrentItem( config.readBoolEntry( "AMPM", FALSE ) ? 1 : 0 ); + cbWeekStart->setCurrentItem( config.readBoolEntry( "MONDAY", TRUE ) ? 1 : 0 ); // Send initial configuration options QTimer::singleShot( 1200, this, SLOT(sendOptions()) ); -- cgit v0.9.0.2