[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/plasma/applets/fuzzy-clock
From:       Riccardo Iaconelli <riccardo () kde ! org>
Date:       2008-02-28 5:33:34
Message-ID: 1204176814.155635.29642.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 780148 by ruphy:

Disable selecting the timezone if 'Use local timezone' is checked.
Patch by Hans Chen, which makes his first contribution to the project.
Welcome to the KDE development! =)

CCMAIL: hanswchen@gmail.com


 M  +1 -1      fuzzyClock.cpp  


--- trunk/extragear/plasma/applets/fuzzy-clock/fuzzyClock.cpp #780147:780148
@@ -237,7 +237,7 @@
     //2. If one opens the settings the first time setSelected does not work. It only \
                does the second time settings are opened.
     //3. If the sorting is set to true the widget does not return any values.
     ui.timeZones->setSelected( m_timezone.name(), true );
-    ui.timeZones->setEnabled( m_useLocalTimezone );
+    ui.timeZones->setEnabled( !m_useLocalTimezone );
 
     ui.fuzzynessSlider->setSliderPosition( m_fuzzyness );
     ui.showTimezone->setChecked( m_showTimezone );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic