[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r3339: I forgot the svn:keywords and (more importantly) the svn:eol (vidalia/branches/auto-updates/src/vidalia)



Author: edmanm
Date: 2008-11-21 23:40:00 -0500 (Fri, 21 Nov 2008)
New Revision: 3339

Modified:
   vidalia/branches/auto-updates/src/vidalia/updateprocess.cpp
   vidalia/branches/auto-updates/src/vidalia/updateprocess.h
Log:
I forgot the svn:keywords and (more importantly) the svn:eol-style properties
on updateprocess.{h,cpp}.


Modified: vidalia/branches/auto-updates/src/vidalia/updateprocess.cpp
===================================================================
--- vidalia/branches/auto-updates/src/vidalia/updateprocess.cpp	2008-11-22 04:34:51 UTC (rev 3338)
+++ vidalia/branches/auto-updates/src/vidalia/updateprocess.cpp	2008-11-22 04:40:00 UTC (rev 3339)
@@ -61,14 +61,14 @@
   }
 }
 
-void
-UpdateProcess::onError(QProcess::ProcessError error)
-{
-  if (error == QProcess::FailedToStart) {
-    emit checkForUpdatesFailed(tr("Vidalia was unable to check for available "
-                                  "software updates because it could not find "
-                                  "'%1'.").arg(updateExecutable()));
-  }
+void
+UpdateProcess::onError(QProcess::ProcessError error)
+{
+  if (error == QProcess::FailedToStart) {
+    emit checkForUpdatesFailed(tr("Vidalia was unable to check for available "
+                                  "software updates because it could not find "
+                                  "'%1'.").arg(updateExecutable()));
+  }
 }
 
 int


Property changes on: vidalia/branches/auto-updates/src/vidalia/updateprocess.cpp
___________________________________________________________________
Name: svn:mergeinfo
   - 
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native


Property changes on: vidalia/branches/auto-updates/src/vidalia/updateprocess.h
___________________________________________________________________
Name: svn:mergeinfo
   - 
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native