Sharing in the object info window can be updated.
[pithos-macos] / pithos-macos / PithosNodeInfoController.h
index 6c44343..94f205b 100644 (file)
@@ -40,6 +40,9 @@
 
 @interface PithosNodeInfoController : NSWindowController <NSWindowDelegate> {
     PithosNode *node;
+    
+    IBOutlet NSDictionaryController *metadataDictionaryController;
+    IBOutlet NSDictionaryController *sharingDictionaryController;
 }
 
 @property(assign) PithosNode *node;