* Removed an invalid comment
authorSergio Villar Senin <svillar@igalia.com>
Thu, 24 May 2007 08:20:35 +0000 (08:20 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Thu, 24 May 2007 08:20:35 +0000 (08:20 +0000)
pmo-trunk-r1966

src/widgets/modest-folder-view.c

index 7e1cff1..6df05de 100644 (file)
@@ -707,12 +707,10 @@ filter_row (GtkTreeModel *model,
                                /* TODO: Merge the folders before we get to this point? */
                                
                                /* Show only the visible account id */
-                               /*
                                ModestFolderViewPrivate *priv = 
                                        MODEST_FOLDER_VIEW_GET_PRIVATE (data);
                                if (priv->visible_account_id && strcmp (account_id, priv->visible_account_id))
                                        retval = FALSE;
-                               */
                        }
                }
        }