mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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
This commit is contained in:
parent
a9993107ba
commit
aa7cda2a16
@ -1,5 +1,8 @@
|
||||
2006-08-19 David Hampton <hampton@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@employees.org>
|
||||
|
@ -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
|
||||
|
@ -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
|
16
src/gnome/gnucash.desktop.in.in
Normal file
16
src/gnome/gnucash.desktop.in.in
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user