From e0eed335b15857afcb72aa232a089dcd04f68695 Mon Sep 17 00:00:00 2001 From: cniehaus Date: Sat, 23 Nov 2002 11:52:31 +0000 Subject: only display the elements that exist ;) --- (limited to 'noncore/apps/oxygen') diff --git a/noncore/apps/oxygen/psewidget.cpp b/noncore/apps/oxygen/psewidget.cpp index d742e9c..2fd61bc 100644 --- a/noncore/apps/oxygen/psewidget.cpp +++ b/noncore/apps/oxygen/psewidget.cpp @@ -34,7 +34,7 @@ PSEWidget::PSEWidget() : QWidget() int h=0, v=0; Config configobj( QPEApplication::qpeDir() +"share/oxygen/oxygendata", Config::File ); - for( int n = 0 ; n < 118 ; n++ ) + for( int n = 0 ; n < 109 ; n++ ) { configobj.setGroup( QString::number( n+1 )); -- cgit v0.9.0.2