()
| 49 | itemsList.addElement(sndrcvmood); |
| 50 | updmood = new LinkString(SR.MS_USERMOOD) { |
| 51 | public void doAction() { |
| 52 | Config.getInstance().sndrcvmood = true; |
| 53 | new MoodList(); |
| 54 | } |
| 55 | }; |
| 56 | |
| 57 | //#ifdef PEP_TUNE |
nothing calls this directly
no test coverage detected