gnumeric r17183 - trunk



Author: mortenw
Date: Tue Mar 10 20:58:12 2009
New Revision: 17183
URL: http://svn.gnome.org/viewvc/gnumeric?rev=17183&view=rev

Log:
2009-03-10  Morten Welinder  <terra gnome org>

	* Makefile.am (gnumeric.desktop): Always use URIs.  Fixes #574816.



Modified:
   trunk/ChangeLog
   trunk/Makefile.am
   trunk/NEWS

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Tue Mar 10 20:58:12 2009
@@ -39,11 +39,7 @@
 
 gnumeric.desktop: gnumeric.desktop.in Makefile $(INTLTOOL_MERGE) $(POFILES_FULL)
 	 LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $  tmp
-if WITH_GNOME
 	sed -e 's/F_OR_U/U/' <$  tmp >$  tmp2
-else
-	sed -e 's/F_OR_U/F/' <$  tmp >$  tmp2
-endif
 	sed -e 's/BUGZILLAVERSION/@VERSION@/' <$  tmp2 >$@
 	rm -f $  tmp $  tmp2
 

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Mar 10 20:58:12 2009
@@ -13,6 +13,7 @@
 	* Fix PFACTOR to handle huge factors.
 	* Fix problem with dialogs not showing up in fullscreen mode.
 	[#574602]
+	* Fix desktop file to always specify that we take URIs.
 
 --------------------------------------------------------------------------
 Gnumeric 1.9.4



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]