Compare commits
No commits in common. "e1b85d1a99ded702fcda2dad8fc63139c3e55118" and "f6abfada2cdad6e0ae1f66a59c44f58bc57c3ad0" have entirely different histories.
e1b85d1a99
...
f6abfada2c
@ -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);
|
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) {
|
||||||
if (lib && !cell) {
|
|
||||||
result = TRUE;
|
result = TRUE;
|
||||||
goto exit_filter;
|
goto exit_filter;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user