fixes fro Ted Lemon

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1034 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-08-23 03:56:40 +00:00
parent 096500cfd9
commit 64fe746d36
2 changed files with 2 additions and 2 deletions

View File

@ -367,6 +367,7 @@ main_window_init(AccountGroup *accts)
{
{"<Main>/File/New", "<control>N", NULL, NULL},
{"<Main>/File/Open", "<control>O", file_cmd_open, NULL},
{"<Main>/File/Import", NULL, file_cmd_import, NULL},
{"<Main>/File/Save", "<control>S", file_cmd_save, NULL},
{"<Main>/File/Save as", NULL, NULL, NULL},
{"<Main>/File/<separator>", NULL, NULL, NULL},
@ -382,7 +383,6 @@ main_window_init(AccountGroup *accts)
mwindow = g_malloc ( sizeof ( main_window ) );
mwindow->maintree = gtk_tree_new ( );
mwindow->root_item = GTK_WIDGET ( mwindow->maintree );
/* Create the toolbar, and hook up the buttons to the tree widget */

View File

@ -41,7 +41,7 @@ LDFLAGS = @LDFLAGS@
LIBS = -L$(prefix)/lib @LIBS@ @X_PRE_LIBS@ @X_LIBS@ \
$(shell gtk-config --libs) @X_EXTRA_LIBS@ -lgnomeui -lgnome \
-lgnomesupport -lgdk_imlib -ltiff \
-ldl -lguile -lqthreads -lguile -lreadline
-lguile -lreadline -lintl
TARGET = ../../xacc.gtk.bin