Changeset 1ce5ed60205d0ea92ea6f0602576c8a5a900c812

Show
Ignore:
Timestamp:
05/07/08 17:33:46 (3 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1215272026 +0200
git-parent:

[89e10b6c29b7b18ad251b2f55da95a961d54a554]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1215267213 +0200
Message:

macosx: No need to use VLC_OBJECT() here.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/macosx/simple_prefs.m

    raf28383 r1ce5ed6  
    738738            [o_audio_last_ckb setEnabled: YES]; 
    739739            if( [o_audio_last_ckb state] == NSOnState ) 
    740                 config_AddIntf( VLC_OBJECT( p_intf ), "audioscrobbler" ); 
     740                config_AddIntf( p_intf, "audioscrobbler" ); 
    741741            else 
    742                 config_RemoveIntf( VLC_OBJECT( p_intf ), "audioscrobbler" ); 
     742                config_RemoveIntf( p_intf, "audioscrobbler" ); 
    743743 
    744744            config_PutPsz( p_intf, "lastfm-username", [[o_audio_lastuser_fld stringValue] UTF8String] );