[filelight] Try again with that patch

Neal Becker nbecker at fedoraproject.org
Tue Sep 7 23:42:52 UTC 2010


commit 0800967785bb804e61e54829cffa8aa58c22b0ae
Author: Neal Becker <ndbecker2 at gmail.com>
Date:   Tue Sep 7 19:42:46 2010 -0400

    Try again with that patch

 mainWindow.cpp.diff |   30 +++++++++++-------------------
 1 files changed, 11 insertions(+), 19 deletions(-)
---
diff --git a/mainWindow.cpp.diff b/mainWindow.cpp.diff
index 9f4710a..2d7d4ba 100644
--- a/mainWindow.cpp.diff
+++ b/mainWindow.cpp.diff
@@ -1,19 +1,11 @@
-*** /home/nbecker/fedora.git/filelight/filelight-1.9rc3/src/app/mainWindow.cpp~	2009-05-29 19:10:16.000000000 -0400
---- /home/nbecker/fedora.git/filelight/filelight-1.9rc3/src/app/mainWindow.cpp	2010-09-07 19:08:22.037301478 -0400
-***************
-*** 222,228 ****
-  
-  inline bool MainWindow::slotScanPath(const QString &path)
-  {
-!     return slotScanUrl(KUrl::KUrl(path));
-  }
-  
-  bool MainWindow::slotScanUrl(const KUrl &url)
---- 222,228 ----
-  
-  inline bool MainWindow::slotScanPath(const QString &path)
-  {
-!     return slotScanUrl(KUrl(path));
-  }
-  
-  bool MainWindow::slotScanUrl(const KUrl &url)
+--- filelight-1.9rc3/src/app/mainWindow.cpp.orig	2009-05-29 19:10:16.000000000 -0400
++++ filelight-1.9rc3/src/app/mainWindow.cpp	2010-09-07 19:41:14.515401740 -0400
+@@ -222,7 +222,7 @@
+ 
+ inline bool MainWindow::slotScanPath(const QString &path)
+ {
+-    return slotScanUrl(KUrl::KUrl(path));
++    return slotScanUrl(KUrl(path));
+ }
+ 
+ bool MainWindow::slotScanUrl(const KUrl &url)


More information about the scm-commits mailing list