summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-20 23:34:43 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-20 23:34:43 +0000
commitf588d005d0e797e90a7810c6a9da2afb7ccfb1c7 (patch)
tree1607a64e7cb582cdf60ec9b9fc214d265b2a499f /kde-misc/tork/files
parentUpstream changed the tarball to merge the GCC 4.1 patch, so remove it and red... (diff)
downloadhistorical-f588d005d0e797e90a7810c6a9da2afb7ccfb1c7.tar.gz
historical-f588d005d0e797e90a7810c6a9da2afb7ccfb1c7.tar.bz2
historical-f588d005d0e797e90a7810c6a9da2afb7ccfb1c7.zip
Upstream changed the tarball to merge the GCC 4.1 patch, so remove it and redigest.
Package-Manager: portage-2.1.2_pre3-r5
Diffstat (limited to 'kde-misc/tork/files')
-rw-r--r--kde-misc/tork/files/tork-0.09-gcc41.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/kde-misc/tork/files/tork-0.09-gcc41.patch b/kde-misc/tork/files/tork-0.09-gcc41.patch
deleted file mode 100644
index a28b6fbc47ff..000000000000
--- a/kde-misc/tork/files/tork-0.09-gcc41.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: tork-0.09/src/tork.h
-===================================================================
---- tork-0.09.orig/src/tork.h
-+++ tork-0.09/src/tork.h
-@@ -88,7 +88,7 @@ public:
- KSystemTray *_tray;
- torkView *m_view;
- QDict<QListViewItem> inodes;
-- bool tork::connectedToTor(){return (client!=0) ? true : false;};
-+ bool connectedToTor(){return (client!=0) ? true : false;};
-
- private slots:
- void fileNew();