]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/settings/viewpropertiesdialog.cpp
Changed connections of the signals activated(), to currentIndexChanged() as used...
[dolphin.git] / 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()));