AUDIT: r14695 - gnucash/trunk - Update so that bug-buddy 2.16 will still allow you to file bugs

David Hampton hampton at cvs.gnucash.org
Sat Aug 19 23:32:22 EDT 2006


Author: hampton
Date: 2006-08-19 23:32:21 -0400 (Sat, 19 Aug 2006)
New Revision: 14695
Trac: http://svn.gnucash.org/trac/changeset/14695

Added:
   gnucash/trunk/src/gnome/gnucash.desktop.in.in
Removed:
   gnucash/trunk/src/gnome/gnucash.desktop.in
Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/configure.in
Log:
Update so that bug-buddy 2.16 will still allow you to file bugs
against gnucash.
BP


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-08-19 05:07:31 UTC (rev 14694)
+++ gnucash/trunk/ChangeLog	2006-08-20 03:32:21 UTC (rev 14695)
@@ -1,5 +1,8 @@
 2006-08-19  David Hampton  <hampton at employees.org>
 
+	* 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  <hampton at employees.org>

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2006-08-19 05:07:31 UTC (rev 14694)
+++ gnucash/trunk/configure.in	2006-08-20 03:32:21 UTC (rev 14695)
@@ -2279,6 +2279,7 @@
           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

Deleted: gnucash/trunk/src/gnome/gnucash.desktop.in
===================================================================
--- gnucash/trunk/src/gnome/gnucash.desktop.in	2006-08-19 05:07:31 UTC (rev 14694)
+++ gnucash/trunk/src/gnome/gnucash.desktop.in	2006-08-20 03:32:21 UTC (rev 14695)
@@ -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

Added: gnucash/trunk/src/gnome/gnucash.desktop.in.in
===================================================================
--- gnucash/trunk/src/gnome/gnucash.desktop.in.in	2006-08-19 05:07:31 UTC (rev 14694)
+++ gnucash/trunk/src/gnome/gnucash.desktop.in.in	2006-08-20 03:32:21 UTC (rev 14695)
@@ -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



More information about the gnucash-changes mailing list