diff --git a/theme/theme.inc b/theme/theme.inc
index e7f7a15..98c90e2 100644
--- a/theme/theme.inc
+++ b/theme/theme.inc
@@ -698,7 +698,7 @@ function template_preprocess_views_view_grid(&$vars) {
     }
     if ($row) {
       // Fill up the last line only if it's configured, but this is default.
-      if (!empty($handler->options['fill_single_line']) && count($rows)) {
+      if (!empty($handler->options['fill_single_line'])) {
         for ($i = 0; $i < ($columns - $col_count); $i++) {
           $row[] = '';
         }
