Skip to content
Snippets Groups Projects
Commit 746933e5 authored by George Nachman's avatar George Nachman
Browse files

Adhoc build 3.1.20171104_144308

parent 82bc5949
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -33,6 +33,7 @@ static NSString* DEFAULT_ARRANGEMENT_KEY = @"Default Arrangement Name";
 
- (void)awakeFromNib
{
DLog(@"Window arrangements prefs panel awakeFromNib. User defaults has: %@", [[NSUserDefaults standardUserDefaults] objectForKey:WINDOW_ARRANGEMENTS]);
[self updateActionsEnabled];
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(updateTableView:)
Loading
Loading
@@ -55,6 +56,7 @@ static NSString* DEFAULT_ARRANGEMENT_KEY = @"Default Arrangement Name";
- (NSInteger)numberOfRowsInTableView:(NSTableView *)aTableView
{
int n = [WindowArrangements count];
DLog(@"Returning %@ rows in table view", @(n));
return n;
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment