repositories
/
deb_libcec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5734016
)
cec: don't call the deprecated SetActiveView() method in cec-client
author
Lars Op den Kamp
<lars@opdenkamp.eu>
Thu, 26 Apr 2012 12:11:57 +0000
(14:11 +0200)
committer
Lars Op den Kamp
<lars@opdenkamp.eu>
Thu, 26 Apr 2012 12:11:57 +0000
(14:11 +0200)
src/testclient/main.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/testclient/main.cpp
b/src/testclient/main.cpp
index cb5903bcc8e7a9184acedf4be7a1fa1cb4ba45cf..58994531bf8d1f7d28708fd679f5f5d01b26cb76 100644
(file)
--- a/
src/testclient/main.cpp
+++ b/
src/testclient/main.cpp
@@
-513,7
+513,7
@@
bool ProcessCommandAS(ICECAdapter *parser, const string &command, string & UNUSE
{
if (command == "as")
{
- parser->SetActive
View
();
+ parser->SetActive
Source
();
return true;
}