[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdepim/kpilot/conduits/vcalconduit
From:       Reinhold Kainhofer <reinhold () kainhofer ! com>
Date:       2003-10-01 8:40:02
[Download RAW message or body]

CVS commit by kainhofe: 

Add line breaks to long lines


  M +13 -6     vcal-conduitbase.cc   1.47


--- kdepim/kpilot/conduits/vcalconduit/vcal-conduitbase.cc  #1.46:1.47
@@ -249,5 +249,6 @@ error:
         DEBUGCONDUIT << fname << ": Using calendar file " << fCalendarFile << endl;
         DEBUGCONDUIT << "fCalendarType="<<fCalendarType<<endl;
-        DEBUGCONDUIT << "eCalendarLocal would be "<<eCalendarLocal<<", \
eCalendarResources would be "<<eCalendarResource<<endl; +        DEBUGCONDUIT << \
"eCalendarLocal would be "<<eCalendarLocal<< +                        ", \
eCalendarResources would be "<<eCalendarResource<<endl;  #endif
 
@@ -263,5 +264,7 @@ error:
                                 DEBUGCONDUIT<<"empty calendar file name, cannot \
open"<<endl;  #endif
-                                emit logError(i18n("You selected to sync with the a \
iCalendar file, but did not give a filename. Please select a valid file name in the \
conduit's configuration dialog")); +                                emit \
logError(i18n("You selected to sync with the a iCalendar file, " +                    \
"but did not give a filename. Please select a valid file name in " +                  \
"the conduit's configuration dialog"));  return false;
                         }
@@ -284,7 +287,8 @@ error:
                         {
 #ifdef DEBUG
-                                DEBUGCONDUIT << "calendar file "<<fCalendarFile<<" \
could not be opened. Will create a new one"<<endl; +                                \
DEBUGCONDUIT << "calendar file "<<fCalendarFile<< +                                   \
" could not be opened. Will create a new one"<<endl;  #endif
-                                // Try to create an empty file. if that fails, no \
vallid file name was given. +                                // Try to create empty \
file. if it fails, no valid file name was given.  QFile fl(fCalendarFile);
                                 if (!fl.open(IO_WriteOnly | IO_Append))
@@ -293,5 +297,8 @@ error:
                                         DEBUGCONDUIT<<"Invalid calendar file name \
"<<fCalendarFile<<endl;  #endif
-                                        emit logError(i18n("You chose to sync with \
the file \"%1\", which cannot be opened or created. Please make sure to supply a \
valid file name in the conduit's configuration dialog. Aborting the \
conduit.").arg(fCalendarFile)); +                                        emit \
logError(i18n("You chose to sync with the file \"%1\", which " +                      \
"cannot be opened or created. Please make sure to supply a " +                        \
"valid file name in the conduit's configuration dialog. " +                           \
"Aborting the conduit.").arg(fCalendarFile));  return false;
                                 }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic