[nautilus-actions] Confirm that na_object_check_status is relevant in NAIIOProvider
- From: Pierre Wieser <pwieser src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [nautilus-actions] Confirm that na_object_check_status is relevant in NAIIOProvider
- Date: Wed, 14 Oct 2009 17:31:12 +0000 (UTC)
commit 21c86841ab3d2631d273645eef12364275dbf93f
Author: Pierre Wieser <pwieser trychlos org>
Date: Tue Oct 13 22:39:47 2009 +0200
Confirm that na_object_check_status is relevant in NAIIOProvider
src/runtime/na-iio-provider.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/runtime/na-iio-provider.c b/src/runtime/na-iio-provider.c
index 0ab080d..6079ad1 100644
--- a/src/runtime/na-iio-provider.c
+++ b/src/runtime/na-iio-provider.c
@@ -210,6 +210,9 @@ na_iio_provider_get_items_tree( const NAPivot *pivot )
break;
}
+ /* required here because Nautilus-Actions plugin will only
+ * display valid items, and doesn't care to have to check them
+ */
for( it = hierarchy ; it ; it = it->next ){
na_object_check_status( it->data );
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]