2003-7-22 Brian Masney <masneyb@gftp.org>
* lib/config_file.c lib/gftp.h - added gftp_lookup_bookmark_option()
and gftp_set_bookmark_option(). Also added _gftp_set_option_value()
that is used by the set functions for bookmark and request structures
* src/gtk/bookmarks.c - make sure the options are copied over to the
new bookmarks. Also show all of the editable toptions for this bookmark
entry
* src/gtk/options_dialog.c src/gtk/gftp-gtk.h lib/config_file.c
lib/gftp.h - improvements to overriding options for each bookmark
entry. There is still one crash that is occuring that I have to track
down. For the moment, don't edit the bookmarks twice in the same
session.
author |
masneyb |
date |
Wed, 23 Jul 2003 02:39:24 +0000 |
parents |
6df043359b41 |
children |
dbf13a10be13 |
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
|
33
|
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
|
|
11
|