From 64fe746d36f84c019631d29fb9c6b6dba1cfe4bf Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Sun, 23 Aug 1998 03:56:40 +0000 Subject: [PATCH] fixes fro Ted Lemon git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1034 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome/MainWindow.c | 2 +- src/gnome/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gnome/MainWindow.c b/src/gnome/MainWindow.c index 2e9dc5dff4..f119a13dcf 100644 --- a/src/gnome/MainWindow.c +++ b/src/gnome/MainWindow.c @@ -367,6 +367,7 @@ main_window_init(AccountGroup *accts) { {"
/File/New", "N", NULL, NULL}, {"
/File/Open", "O", file_cmd_open, NULL}, + {"
/File/Import", NULL, file_cmd_import, NULL}, {"
/File/Save", "S", file_cmd_save, NULL}, {"
/File/Save as", NULL, NULL, NULL}, {"
/File/", 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 */ diff --git a/src/gnome/Makefile.in b/src/gnome/Makefile.in index c045adfecc..9ab6bf8592 100644 --- a/src/gnome/Makefile.in +++ b/src/gnome/Makefile.in @@ -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