Compare commits

..

No commits in common. "e1b85d1a99ded702fcda2dad8fc63139c3e55118" and "f6abfada2cdad6e0ae1f66a59c44f58bc57c3ad0" have entirely different histories.

View File

@ -187,8 +187,7 @@ static gboolean cell_store_filter_visible_func(GtkTreeModel *model, GtkTreeIter
gtk_tree_model_get(model, iter, CELL_SEL_CELL, &cell, CELL_SEL_LIBRARY, &lib, -1);
/* Show always, if this is a pure lib entry */
if (lib && !cell) {
if (lib) {
result = TRUE;
goto exit_filter;
}