From a566d1696216eead6a3e4ed8274ca6c04e296165 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 23 Feb 2003 12:38:48 +0000 Subject: make mickeyl happy thanks for spotting it --- (limited to 'libopie/pim') diff --git a/libopie/pim/opimmainwindow.cpp b/libopie/pim/opimmainwindow.cpp index 7e57f3a..d1eec19 100644 --- a/libopie/pim/opimmainwindow.cpp +++ b/libopie/pim/opimmainwindow.cpp @@ -49,11 +49,10 @@ void OPimMainWindow::appMessage( const QCString& cmd, const QByteArray& array ) bool rem = remove( uid ); QCopEnvelope e(m_str, "removed(bool)" ); e << rem; - }else if ( cmd == "beam(int,int)" ) { + }else if ( cmd == "beam(int)" ) { int uid, trans; stream >> uid; - stream >> trans; - beam( uid, trans ); + beam( uid); }else if ( cmd == "show(int)" ) { int uid; stream >> uid; -- cgit v0.9.0.2