]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Changed connections of the signals activated(), to currentIndexChanged() as used...
authorShaun Reich <shaun.reich@kdemail.net>
Sat, 14 Feb 2009 19:45:25 +0000 (19:45 +0000)
committerShaun Reich <shaun.reich@kdemail.net>
Sat, 14 Feb 2009 19:45:25 +0000 (19:45 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=926180

src/settings/viewpropertiesdialog.cpp

index 700bdb90b4e2f4959d867ba9e44bda60fa3b8614..ba8de4d9cc8f2251ce793c9328c2ae29f07550f4 100644 (file)
@@ -149,11 +149,11 @@ ViewPropertiesDialog::ViewPropertiesDialog(DolphinView* dolphinView) :
 
     topLayout->addWidget(propsBox);
 
-    connect(m_viewMode, SIGNAL(activated(int)),
+    connect(m_viewMode, SIGNAL(currentIndexChanged(int)),
             this, SLOT(slotViewModeChanged(int)));
-    connect(m_sorting, SIGNAL(activated(int)),
+    connect(m_sorting, SIGNAL(currentIndexChanged(int)),
             this, SLOT(slotSortingChanged(int)));
-    connect(m_sortOrder, SIGNAL(activated(int)),
+    connect(m_sortOrder, SIGNAL(currentIndexChanged(int)),
             this, SLOT(slotSortOrderChanged(int)));
     connect(m_additionalInfo, SIGNAL(clicked()),
             this, SLOT(configureAdditionalInfo()));