mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
096500cfd9
commit
64fe746d36
@ -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 */
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user