Author: philippr Date: Sat Jan 19 20:02:03 2008 New Revision: 602 URL: http://svn.gnome.org/viewvc/brasero?rev=602&view=rev
Log: Fix for #510479 – Automatically set version in X-GNOME-Bugzilla-Version desktop key patch by Luca Ferretti Added: branches/brasero_0_7/data/brasero.desktop.in.in Removed: branches/brasero_0_7/data/brasero.desktop.in Modified: branches/brasero_0_7/ChangeLog branches/brasero_0_7/configure.in Modified: branches/brasero_0_7/configure.in ============================================================================== --- branches/brasero_0_7/configure.in (original) +++ branches/brasero_0_7/configure.in Sat Jan 19 20:02:03 2008 @@ -296,6 +296,7 @@ Makefile docs/Makefile data/Makefile +data/brasero.desktop.in data/icons/Makefile src/plugins/Makefile src/plugins/cdrdao/Makefile Added: branches/brasero_0_7/data/brasero.desktop.in.in ============================================================================== --- (empty file) +++ branches/brasero_0_7/data/brasero.desktop.in.in Sat Jan 19 20:02:03 2008 @@ -0,0 +1,31 @@ +[Desktop Entry] +_Name=Brasero Disc Burning +_GenericName=Disc Burning Application +_Comment=Write and copy CD / DVD +Categories=GNOME;Application;AudioVideo; +Encoding=UTF-8 +Exec=brasero %U +Icon=brasero +MimeType=application/x-cd-image;application/x-cdrdao-toc;application/x-toc;application/x-cue;application/x-brasero; +StartupNotify=true +Terminal=false +Type=Application +X-GNOME-Bugzilla-Bugzilla=GNOME +X-GNOME-Bugzilla-Product=brasero +X-GNOME-Bugzilla-Component=general [EMAIL PROTECTED]@ + +Actions=BurnImage;OpenProject; + +[Desktop Action BurnImage] +Icon=brasero +MimeType=application/x-cd-image;application/x-cdrdao-toc;application/x-cue;application/x-toc; +Exec=brasero -i %u +_Name=Burn Image + +[Desktop Action OpenProject] +Icon=brasero +MimeType=application/x-brasero; +Exec=brasero -p %u +_Name=Open project + _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.