From aa7cda2a1695fe2bc6b8a2998b10a8913d93ca80 Mon Sep 17 00:00:00 2001 From: David Hampton Date: Sun, 20 Aug 2006 03:32:21 +0000 Subject: [PATCH] Update so that bug-buddy 2.16 will still allow you to file bugs against gnucash. BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14695 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 3 +++ configure.in | 1 + src/gnome/gnucash.desktop.in | 11 ----------- src/gnome/gnucash.desktop.in.in | 16 ++++++++++++++++ 4 files changed, 20 insertions(+), 11 deletions(-) delete mode 100644 src/gnome/gnucash.desktop.in create mode 100644 src/gnome/gnucash.desktop.in.in diff --git a/ChangeLog b/ChangeLog index 0df484ff1c..a186daae4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-08-19 David Hampton + * src/gnome/gnucash-desktop*: Update so that bug-buddy 2.16 will + still allow you to file bugs against gnucash. + * src/engine/Account.c: Add missing call to xaccAccountBeginEdit. 2006-08-18 David Hampton diff --git a/configure.in b/configure.in index e9c94937ea..8da2c374d4 100644 --- a/configure.in +++ b/configure.in @@ -2279,6 +2279,7 @@ AC_CONFIG_FILES(po/Makefile.in src/gnc-module/test/mod-baz/Makefile src/gnc-module/test/misc-mods/Makefile src/gnome/Makefile + src/gnome/gnucash.desktop.in src/gnome/glade/Makefile src/gnome/schemas/Makefile src/gnome/ui/Makefile diff --git a/src/gnome/gnucash.desktop.in b/src/gnome/gnucash.desktop.in deleted file mode 100644 index 338c3adbc4..0000000000 --- a/src/gnome/gnucash.desktop.in +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -_Name=GnuCash Finance Management -_Comment=Manage your finances, accounts, and investments -Exec=gnucash %f -Icon=gnucash-icon -StartupNotify=true -Terminal=false -Type=Application -Categories=Application;GNOME;Office;Finance; -X-Desktop-File-Install-Version=0.3 -MimeType=application/x-gnucash diff --git a/src/gnome/gnucash.desktop.in.in b/src/gnome/gnucash.desktop.in.in new file mode 100644 index 0000000000..4b24a53a54 --- /dev/null +++ b/src/gnome/gnucash.desktop.in.in @@ -0,0 +1,16 @@ +[Desktop Entry] +Type=Application +Version=0.9.4 +Encoding=UTF-8 +_Name=GnuCash Finance Management +_Comment=Manage your finances, accounts, and investments +Exec=gnucash %f +Icon=gnucash-icon +StartupNotify=true +Terminal=false +Categories=Application;Office;Finance; +X-GNOME-Bugzilla-Bugzilla=GNOME +X-GNOME-Bugzilla-Product=GnuCash +X-GNOME-Bugzilla-Component=General +X-GNOME-Bugzilla-Version=@VERSION@ +X-GNOME-DocPath=gnucash/gnucash.xml