Changeset 1ce5ed60205d0ea92ea6f0602576c8a5a900c812
- 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
| raf28383 |
r1ce5ed6 |
|
| 738 | 738 | [o_audio_last_ckb setEnabled: YES]; |
|---|
| 739 | 739 | if( [o_audio_last_ckb state] == NSOnState ) |
|---|
| 740 | | config_AddIntf( VLC_OBJECT( p_intf ), "audioscrobbler" ); |
|---|
| | 740 | config_AddIntf( p_intf, "audioscrobbler" ); |
|---|
| 741 | 741 | else |
|---|
| 742 | | config_RemoveIntf( VLC_OBJECT( p_intf ), "audioscrobbler" ); |
|---|
| | 742 | config_RemoveIntf( p_intf, "audioscrobbler" ); |
|---|
| 743 | 743 | |
|---|
| 744 | 744 | config_PutPsz( p_intf, "lastfm-username", [[o_audio_lastuser_fld stringValue] UTF8String] ); |
|---|