author | zecke <zecke> | 2003-02-23 12:38:48 (UTC) |
---|---|---|
committer | zecke <zecke> | 2003-02-23 12:38:48 (UTC) |
commit | a566d1696216eead6a3e4ed8274ca6c04e296165 (patch) (unidiff) | |
tree | 0d4fb0428db82b2b8e355fdd5af644b92a1709a6 /libopie/pim | |
parent | 2678456bf180bcf0ab7cfa112f3c723cf1d87c84 (diff) | |
download | opie-a566d1696216eead6a3e4ed8274ca6c04e296165.zip opie-a566d1696216eead6a3e4ed8274ca6c04e296165.tar.gz opie-a566d1696216eead6a3e4ed8274ca6c04e296165.tar.bz2 |
make mickeyl happy
thanks for spotting it
-rw-r--r-- | libopie/pim/opimmainwindow.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
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 | |||
@@ -50,9 +50,8 @@ void OPimMainWindow::appMessage( const QCString& cmd, const QByteArray& array ) | |||
50 | QCopEnvelope e(m_str, "removed(bool)" ); | 50 | QCopEnvelope e(m_str, "removed(bool)" ); |
51 | e << rem; | 51 | e << rem; |
52 | }else if ( cmd == "beam(int,int)" ) { | 52 | }else if ( cmd == "beam(int)" ) { |
53 | int uid, trans; | 53 | int uid, trans; |
54 | stream >> uid; | 54 | stream >> uid; |
55 | stream >> trans; | 55 | beam( uid); |
56 | beam( uid, trans ); | ||
57 | }else if ( cmd == "show(int)" ) { | 56 | }else if ( cmd == "show(int)" ) { |
58 | int uid; | 57 | int uid; |