Mercurial > gftp.yaz
view src/gtk/Makefile.am @ 866:877282be3a78
2006-11-30 Brian Masney <masneyb@gftp.org>
* src/gtk/bookmarks.c - changed the button order to match the
button order in GNOME. (from Alan Horkan <horkana@maths.tcd.ie>)
* src/gtk/bookmarks.c src/gtk/chmod_dialog.c src/gtk/gtkui_transfer.c
src/gtk/misc-gtk.c - changed the button order to match what is in
GNOME. (closes #310786)
* src/gtk/bookmarks.c src/gtk/options_dialog.c - removed the apply
button (closes #153373)
author | masneyb |
---|---|
date | Sat, 23 Dec 2006 19:54:08 +0000 |
parents | 2d3ea4db3106 |
children |
line wrap: on
line source
## Process this file with automake to produce Makefile.in bin_PROGRAMS = @GFTP_GTK@ EXTRA_PROGRAMS = gftp-gtk gftp_gtk_SOURCES = bookmarks.c chmod_dialog.c delete_dialog.c dnd.c \ gftp-gtk.c gtkui.c gtkui_transfer.c menu-items.c \ misc-gtk.c options_dialog.c transfer.c view_dialog.c INCLUDES = @GTK_CFLAGS@ @PTHREAD_CFLAGS@ -I../../intl LDADD = ../../lib/libgftp.a ../../lib/fsplib/libfsp.a ../uicommon/libgftpui.a @GTK_LIBS@ @PTHREAD_LIBS@ @EXTRA_LIBS@ @GTHREAD_LIBS@ @SSL_LIBS@ @LIBINTL@ noinst_HEADERS = gftp-gtk.h