mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
se cocoa: Removed the details panel refresh mechanism because it is now handled in dgbase.
--HG-- extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%4058
This commit is contained in:
parent
e7be4177bc
commit
f67d7ce1e5
@ -24,7 +24,6 @@
|
|||||||
[self initResultColumns];
|
[self initResultColumns];
|
||||||
[self refreshStats];
|
[self refreshStats];
|
||||||
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(resultsMarkingChanged:) name:ResultsMarkingChangedNotification object:nil];
|
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(resultsMarkingChanged:) name:ResultsMarkingChangedNotification object:nil];
|
||||||
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(duplicateSelectionChanged:) name:DuplicateSelectionChangedNotification object:nil];
|
|
||||||
|
|
||||||
NSToolbar *t = [[[NSToolbar alloc] initWithIdentifier:@"ResultWindowToolbar"] autorelease];
|
NSToolbar *t = [[[NSToolbar alloc] initWithIdentifier:@"ResultWindowToolbar"] autorelease];
|
||||||
[t setAllowsUserCustomization:YES];
|
[t setAllowsUserCustomization:YES];
|
||||||
@ -387,12 +386,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Notifications */
|
/* Notifications */
|
||||||
- (void)duplicateSelectionChanged:(NSNotification *)aNotification
|
|
||||||
{
|
|
||||||
if (_detailsPanel)
|
|
||||||
[_detailsPanel refresh];
|
|
||||||
}
|
|
||||||
|
|
||||||
- (void)outlineViewSelectionDidChange:(NSNotification *)notification
|
- (void)outlineViewSelectionDidChange:(NSNotification *)notification
|
||||||
{
|
{
|
||||||
[self performPySelection:[self getSelectedPaths:NO]];
|
[self performPySelection:[self getSelectedPaths:NO]];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user