Commit 8ad0755b authored by Felix Paul Kühne's avatar Felix Paul Kühne

Revert "macosx: reflect intf-change modification"

This reverts commit 268fc5d2.
parent cd95499f
......@@ -473,7 +473,7 @@ static VLCMain *_o_sharedMainInstance = nil;
[o_mi_double_window setKeyEquivalent: [self VLCKeyToString: o_key]];
[o_mi_double_window setKeyEquivalentModifierMask: [self VLCModifiersToCocoa:o_key]];
var_Create( p_intf, "intf-change", VLC_VAR_VOID );
var_Create( p_intf, "intf-change", VLC_VAR_BOOL );
[self setSubmenusEnabled: FALSE];
[o_volumeslider setEnabled: YES];
......
......@@ -386,7 +386,7 @@ static VLCInfo *_o_sharedInstance = nil;
playlist_t * p_playlist = pl_Get( VLCIntf );
input_item_WriteMeta( VLC_OBJECT(p_playlist), p_item );
var_SetBool( p_playlist, "intf-change" );
var_SetBool( p_playlist, "intf-change", true );
[self updatePanelWithItem: p_item];
[o_saveMetaData_btn setEnabled: NO];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment