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

List:       kde-commits
Subject:    extragear/sysadmin/kiosktool
From:       Luboš Luňák <l.lunak () kde ! org>
Date:       2010-03-10 14:28:03
Message-ID: 1268231283.838590.547.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1101669 by lunakl:

fix typo



 M  +2 -2      kioskgui.cpp  
 M  +1 -1      kioskgui.h  


--- trunk/extragear/sysadmin/kiosktool/kioskgui.cpp #1101668:1101669
@@ -259,7 +259,7 @@
        }
 
        m_componentSelectionPage = new ComponentSelectionPage(m_data, \
                m_view->widgetStack);
-       connect(m_componentSelectionPage, SIGNAL(componentActivated()), this, \
SLOT(slotCompenentSelection())); +       connect(m_componentSelectionPage, \
SIGNAL(componentActivated()), this, SLOT(slotComponentSelection()));  \
m_componentSelectionPage->setCurrentComponent(m_component);  
        m_pageMapping[PAGE_COMPONENT_SELECTION] = \
m_view->widgetStack->insertWidget(PAGE_COMPONENT_SELECTION, \
m_componentSelectionPage); @@ -529,7 +529,7 @@
    finishedPage(false);
 }
 
-void KioskGui::slotCompenentSelection()
+void KioskGui::slotComponentSelection()
 {
        selectPage(PAGE_COMPONENT, true);
 }
--- trunk/extragear/sysadmin/kiosktool/kioskgui.h #1101668:1101669
@@ -90,7 +90,7 @@
    void slotProfileSetup();
    void slotManageUsers();
    void slotConfig();
-   void slotCompenentSelection();
+   void slotComponentSelection();
 
    void uploadAllProfiles();
    void uploadCurrentProfile();


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

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