diff --git a/onmainwindow.cpp b/onmainwindow.cpp
index 9909dff..a307bb7 100644
--- a/onmainwindow.cpp
+++ b/onmainwindow.cpp
@@ -4372,7 +4372,7 @@ void ONMainWindow::slotActivated ( const QModelIndex& index )
                          index.row(),
                          D_USER ).data().toString();
         bShadowView->setEnabled ( true );
-        bShadow->setEnabled ( user==getCurrentUname() );
+        bShadow->setEnabled ( true );
     }
 }
 
