2006-7-21 Brian Masney <masneyb@gftp.org>
* src/gtk/transfer.c (transfer_done) - fixed race condition that
would occur when selecting Stop Transfer and then Start Transfer
(from Matthieu Crapet <mcrapet@gmail.com>) (closes #348140)
author |
masneyb |
date |
Fri, 21 Jul 2006 13:30:12 +0000 |
parents |
1c7cde8a3a53 |
children |
1e44c7b7f41b |
rev |
line source |
33
|
1 #!/bin/sh
|
|
2
|
|
3 make distclean
|
|
4 find . -name Makefile.in -exec rm -f {} \;
|
|
5 find . -name Makefile -exec rm -f {} \;
|
|
6 find . -name "*~" -exec rm -f {} \;
|
87
|
7 find . -name ".#*" -exec rm -f {} \;
|
33
|
8 rm -rf intl
|
87
|
9 rm -rf autom4te.cache
|
281
|
10 rm -f po/Makefile.in.in po/*.gmo po/Makevars.template po/Rules-quot po/boldquot.sed po/en@boldquot.header po/en@quot.header po/insert-header.sin po/quot.sed po/remove-potcdate.sin config.log config.cache config.status config.h gftp.spec stamp-h stamp-h.in ABOUT-NLS INSTALL config.guess config.rpath config.status config.sub configure install-sh missing mkinstalldirs aclocal.m4 config.h.in .gdb_history TAGS
|
|
11 cd m4 && mv largefile.m4 largefile.4m && rm -f *.m4 && mv largefile.4m largefile.m4
|