git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixes to language activation callbacks and using the callbacks in mytest for setting...
[enigma2.git]
/
lib
/
gui
/
epixmap.cpp
diff --git
a/lib/gui/epixmap.cpp
b/lib/gui/epixmap.cpp
index 70ea9d6a7b099c950fd21ec49950ad139d4506ed..4e15b4eb5ba85c956b149348c0596be040381ced 100644
(file)
--- a/
lib/gui/epixmap.cpp
+++ b/
lib/gui/epixmap.cpp
@@
-29,8
+29,8
@@
void ePixmap::setPixmapFromFile(const char *filename)
return;
}
- // TODO
- getDesktop()->makeCompatiblePixmap(*m_pixmap);
+ // TODO
: This only works for desktop 0
+ getDesktop(
0
)->makeCompatiblePixmap(*m_pixmap);
event(evtChangedPixmap);
}