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

List:       kde-commits
Subject:    KDE/kdebase/apps/plasma/applets/folderview
From:       Jonathan Marten <jjm () keelhaul ! me ! uk>
Date:       2010-11-10 14:42:44
Message-ID: 20101110144244.8DA24AC8A1 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1195178 by marten:

Fix typo in signal name

Object::connect: No such signal KComboBox::currentIndexChagned(int) in \
kdebase/apps/plasma/applets/folderview/folderview.cpp:712 Object::connect:  (sender \
name:   'placesCombo') Object::connect:  (receiver name: '2settingsFolder View')


 M  +1 -1      folderview.cpp  


--- trunk/KDE/kdebase/apps/plasma/applets/folderview/folderview.cpp #1195177:1195178
@@ -709,7 +709,7 @@
     connect(uiLocation.showDesktopFolder, SIGNAL(toggled(bool)), parent, \
                SLOT(settingsModified()));
     connect(uiLocation.showPlace, SIGNAL(toggled(bool)), parent, \
                SLOT(settingsModified()));
     connect(uiLocation.showCustomFolder, SIGNAL(toggled(bool)), parent, \
                SLOT(settingsModified()));
-    connect(uiLocation.placesCombo, SIGNAL(currentIndexChagned(int)), parent, \
SLOT(settingsModified())); +    connect(uiLocation.placesCombo, \
                SIGNAL(currentIndexChanged(int)), parent, SLOT(settingsModified()));
     connect(uiLocation.lineEdit, SIGNAL(textChanged(QString)), parent, \
SLOT(settingsModified()));  }
 


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

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