diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-08-16 18:40:17 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-17 23:04:44 -0500 |
commit | 24ef00d164a19e9a05aabda0e15bfa8852750f18 (patch) | |
tree | 5745b2c2003edb6e8cfd55cf9529863385dc8f25 /system/filelight/filelight-1.9_rc3-gcc45.patch | |
parent | 703b8aeea490d3754f23ac66333507c656ec5333 (diff) |
system/filelight: Removed (part of Slackware 14.0)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/filelight/filelight-1.9_rc3-gcc45.patch')
-rw-r--r-- | system/filelight/filelight-1.9_rc3-gcc45.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/system/filelight/filelight-1.9_rc3-gcc45.patch b/system/filelight/filelight-1.9_rc3-gcc45.patch deleted file mode 100644 index 3471cb350cf68..0000000000000 --- a/system/filelight/filelight-1.9_rc3-gcc45.patch +++ /dev/null @@ -1,24 +0,0 @@ -http://bugs.gentoo.org/321357 - ---- src/app/mainWindow.cpp -+++ src/app/mainWindow.cpp -@@ -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) ---- src/part/radialMap/widget.cpp -+++ src/part/radialMap/widget.cpp -@@ -64,7 +64,7 @@ - KUrl - RadialMap::Widget::url(File const * const file) const - { -- return KUrl::KUrl(file ? file->fullPath() : m_tree->fullPath()); -+ return KUrl(file ? file->fullPath() : m_tree->fullPath()); - } - - void |