diff options
Diffstat (limited to 'dev-util/gcvs/files/gcvs-1.0b3-gcc3-gentoo.patch')
-rw-r--r-- | dev-util/gcvs/files/gcvs-1.0b3-gcc3-gentoo.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-util/gcvs/files/gcvs-1.0b3-gcc3-gentoo.patch b/dev-util/gcvs/files/gcvs-1.0b3-gcc3-gentoo.patch new file mode 100644 index 000000000000..f15864e2bef4 --- /dev/null +++ b/dev-util/gcvs/files/gcvs-1.0b3-gcc3-gentoo.patch @@ -0,0 +1,12 @@ +diff -ur gcvs-1.0b3.orig/common/UCvsFolders.cpp gcvs-1.0b3/common/UCvsFolders.cpp +--- gcvs-1.0b3.orig/common/UCvsFolders.cpp 2002-01-03 02:29:18.000000000 -0600 ++++ gcvs-1.0b3/common/UCvsFolders.cpp 2002-07-24 20:52:19.000000000 -0500 +@@ -865,7 +865,7 @@ + } while(item != 0L); + } + +-void UCvsFolders::DeleteAllItems(UTREEITEM root = 0L) ++void UCvsFolders::DeleteAllItems(UTREEITEM root) + { + // we don't want the file view to be notified when things get deleted + CTempToggleBool toggler(sTemporaryTurnOffNotify); |