summaryrefslogtreecommitdiff
path: root/core/opie-login/main.cpp
Unidiff
Diffstat (limited to 'core/opie-login/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/opie-login/main.cpp13
1 files changed, 7 insertions, 6 deletions
diff --git a/core/opie-login/main.cpp b/core/opie-login/main.cpp
index 7dcb5f6..2103216 100644
--- a/core/opie-login/main.cpp
+++ b/core/opie-login/main.cpp
@@ -109,3 +109,3 @@ int main ( int argc, char **argv )
109 109
110 ::signal ( SIGTERM, sigterm ); 110 ::signal ( SIGTERM, sigterm );
111 ::signal ( SIGINT, sigterm ); 111 ::signal ( SIGINT, sigterm );
@@ -162,3 +162,3 @@ int main ( int argc, char **argv )
162 qApp = 0; 162 qApp = 0;
163 163
164 ::syslog ( LOG_ERR, "Opie was killed by a signal #%d", killedbysig ); 164 ::syslog ( LOG_ERR, "Opie was killed by a signal #%d", killedbysig );
@@ -189,3 +189,3 @@ int main ( int argc, char **argv )
189 QString user = cfg. readEntry ( "AutoLogin" ); 189 QString user = cfg. readEntry ( "AutoLogin" );
190 190
191 if ( !user. isEmpty ( )) 191 if ( !user. isEmpty ( ))
@@ -193,3 +193,3 @@ int main ( int argc, char **argv )
193 } 193 }
194 194
195 if ( autolog && !userExited ) { 195 if ( autolog && !userExited ) {
@@ -201,3 +201,3 @@ int main ( int argc, char **argv )
201 LoginApplication::setLoginAs ( autolog ); 201 LoginApplication::setLoginAs ( autolog );
202 202
203 203
@@ -342,3 +342,4 @@ int login_main ( int argc, char **argv, pid_t ppid )
342 342
343 if ( QWSServer::mouseHandler() ->inherits("QCalibratedMouseHandler") ) { 343 if ( QWSServer::mouseHandler() &&
344 QWSServer::mouseHandler() ->inherits("QCalibratedMouseHandler") ) {
344 if ( !QFile::exists ( "/etc/pointercal" )) { 345 if ( !QFile::exists ( "/etc/pointercal" )) {