Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
f2ad0a93
Commit
f2ad0a93
authored
Nov 04, 2007
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ehm, added a missing test case checking if EyeTV wasn't launch prior to VLC's launch time
parent
2c73e4b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
modules/gui/macosx/open.m
modules/gui/macosx/open.m
+5
-3
No files found.
modules/gui/macosx/open.m
View file @
f2ad0a93
...
@@ -235,15 +235,17 @@ static VLCOpen *_o_sharedMainInstance = nil;
...
@@ -235,15 +235,17 @@ static VLCOpen *_o_sharedMainInstance = nil;
name:
NSControlTextDidChangeNotification
name:
NSControlTextDidChangeNotification
object:
o_net_http_url
];
object:
o_net_http_url
];
/* wake up with the correct GUI */
/* wake up with the correct
EyeTV
GUI */
if
(
[[[
VLCMain
sharedInstance
]
getEyeTVController
]
isEyeTVrunning
]
==
YES
)
if
(
[[[
VLCMain
sharedInstance
]
getEyeTVController
]
isEyeTVrunning
]
==
YES
)
[
o_eyetv_tabView
selectTabViewItemWithIdentifier
:
@"nodevice"
];
[
o_eyetv_tabView
selectTabViewItemWithIdentifier
:
@"nodevice"
];
if
(
[[[
VLCMain
sharedInstance
]
getEyeTVController
]
isDeviceConnected
]
==
YES
)
else
if
(
[[[
VLCMain
sharedInstance
]
getEyeTVController
]
isDeviceConnected
]
==
YES
)
{
{
[
o_eyetv_tabView
selectTabViewItemWithIdentifier
:
@"eyetvup"
];
[
o_eyetv_tabView
selectTabViewItemWithIdentifier
:
@"eyetvup"
];
[
self
setupChannelInfo
];
[
self
setupChannelInfo
];
}
}
else
[
o_eyetv_tabView
selectTabViewItemWithIdentifier
:
@"noeyetv"
];
[[
NSDistributedNotificationCenter
defaultCenter
]
addObserver
:
self
[[
NSDistributedNotificationCenter
defaultCenter
]
addObserver
:
self
selector:
@selector
(
eyetvChanged
:)
selector:
@selector
(
eyetvChanged
:)
name:
NULL
name:
NULL
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment