diff --git a/thunar/thunar-window.c b/thunar/thunar-window.c
index 256a52d90f9d72f89571d70b8496bcb74260e18d..c0b990680fc471637e4789e7a6689b0af070f293 100644
--- a/thunar/thunar-window.c
+++ b/thunar/thunar-window.c
@@ -2141,7 +2141,7 @@ thunar_window_switch_current_view (ThunarWindow *window,
   _thunar_return_if_fail (THUNAR_IS_WINDOW (window));
   _thunar_return_if_fail (THUNAR_IS_VIEW (new_view));
 
-  if ((window->view == new_view))
+  if (window->view == new_view)
     return;
 
   if (G_LIKELY (window->view != NULL))