Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Fix compilation of pc-firstbootgui on 10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Moore committed Nov 7, 2013
1 parent 6fae3f6 commit 31290f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-qt4/pc-firstbootgui/dialogKeyboard.cpp
Expand Up @@ -67,7 +67,7 @@ void widgetKeyboard::slotUpdateKbOnSys()
{
QString model, layout, variant;

if ( ! comboBoxKeyboardModel->currentIndex() == -1 )
if ( ! (comboBoxKeyboardModel->currentIndex() == -1) )
return;
if ( ! listKbLayouts->currentItem() )
return;
Expand Down

0 comments on commit 31290f1

Please sign in to comment.