From c67a3ef6fbddeee8b08d5217d768420954503756 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Sat, 16 Aug 2003 03:23:48 +0000 Subject: [PATCH] * src/gramps.glade: New tool icon * src/gramps_main.py: handle back/fwd buttons, disabling when not appropriate * src/people48.png: new image * src/family48.png: new image * src/tools.png: new image * src/Makefile.am: added tools.png for installation svn: r2013 --- gramps2/src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gramps2/src/Makefile.am b/gramps2/src/Makefile.am index 39e9ce22a..db02613d3 100644 --- a/gramps2/src/Makefile.am +++ b/gramps2/src/Makefile.am @@ -128,7 +128,8 @@ GRAPHICS = \ people.xpm\ place.png\ sources.png\ - splash.jpg + splash.jpg\ + tools.png # Other stuff that we need to install dist_pkgdata_DATA = $(GLADEFILES) $(GRAPHICS) gramps.desktop