summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2012-06-27 16:09:54 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2013-01-30 16:59:54 +0100
commit6c5cf3b0bd151f040c589b73edb0ccbde05650ef (patch)
treed1de890e6b1a69d15da123fc753f5e1c00a5eaad
parent807867684e00c8cf7b93b2b5bf027ed21b63e904 (diff)
CollectionView: mark internal method as private
The only user of this method is in CollectionView. https://bugzilla.gnome.org/show_bug.cgi?id=681747
-rw-r--r--src/collection-view.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/collection-view.vala b/src/collection-view.vala
index c225d34..b54d782 100644
--- a/src/collection-view.vala
+++ b/src/collection-view.vala
@@ -70,7 +70,7 @@ private class Boxes.CollectionView: Boxes.UI {
fade_actor (actor, ui_state == UIState.COLLECTION ? 255 : 0);
}
- public void update_item_visible (CollectionItem item) {
+ private void update_item_visible (CollectionItem item) {
var visible = false;
// FIXME