[maemo-commits] [maemo-commits] r14686 - in projects/haf/trunk/gnome-vfs-filechooser-backend: . debian src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Oct 31 15:51:11 EET 2007
Author: martyn
Date: 2007-10-31 15:51:04 +0200 (Wed, 31 Oct 2007)
New Revision: 14686

Modified:
   projects/haf/trunk/gnome-vfs-filechooser-backend/ChangeLog
   projects/haf/trunk/gnome-vfs-filechooser-backend/configure.ac
   projects/haf/trunk/gnome-vfs-filechooser-backend/debian/changelog
   projects/haf/trunk/gnome-vfs-filechooser-backend/src/gtkfilesystemgnomevfs.c
Log:
	* configure.ac: Bumped version.

	* debian/changelog:
	* src/gtkfilesystemgnomevfs.c: (get_options): Use fast mime types
	guessing, fixes NB#70034.


Modified: projects/haf/trunk/gnome-vfs-filechooser-backend/ChangeLog
===================================================================
--- projects/haf/trunk/gnome-vfs-filechooser-backend/ChangeLog	2007-10-31 13:50:03 UTC (rev 14685)
+++ projects/haf/trunk/gnome-vfs-filechooser-backend/ChangeLog	2007-10-31 13:51:04 UTC (rev 14686)
@@ -1,3 +1,11 @@
+2007-10-31  Martyn Russell  <martyn at imendio.com>
+
+	* configure.ac: Bumped version.
+
+	* debian/changelog:
+	* src/gtkfilesystemgnomevfs.c: (get_options): Use fast mime types
+	guessing, fixes NB#70034.
+
 2007-08-10  Richard Hult  <richard at imendio.com>
 
 	* Release 1.9.3.

Modified: projects/haf/trunk/gnome-vfs-filechooser-backend/configure.ac
===================================================================
--- projects/haf/trunk/gnome-vfs-filechooser-backend/configure.ac	2007-10-31 13:50:03 UTC (rev 14685)
+++ projects/haf/trunk/gnome-vfs-filechooser-backend/configure.ac	2007-10-31 13:51:04 UTC (rev 14686)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.52)
  
-AC_INIT(gnome-vfs-filechooser-backend, 1.9.3)
+AC_INIT(gnome-vfs-filechooser-backend, 1.9.4)
 AC_CONFIG_SRCDIR(src/gtkfilesystemgnomevfs.c)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 

Modified: projects/haf/trunk/gnome-vfs-filechooser-backend/debian/changelog
===================================================================
--- projects/haf/trunk/gnome-vfs-filechooser-backend/debian/changelog	2007-10-31 13:50:03 UTC (rev 14685)
+++ projects/haf/trunk/gnome-vfs-filechooser-backend/debian/changelog	2007-10-31 13:51:04 UTC (rev 14686)
@@ -1,3 +1,9 @@
+gnome-vfs-filechooser-backend (1.9.4-1~unreleased) unstable; urgency=low
+
+  * Fixes: NB#70034, Recognized files are not opened if extensions are...
+
+ -- Martyn Russell <martyn at imendio.com>  Wed, 31 Oct 2007 14:00:00 +0000
+
 gnome-vfs-filechooser-backend (1.9.3-1) unstable; urgency=low
 
   * Fixes: NB#63125, Logical name sfil_ni_opearation_failed is displayed

Modified: projects/haf/trunk/gnome-vfs-filechooser-backend/src/gtkfilesystemgnomevfs.c
===================================================================
--- projects/haf/trunk/gnome-vfs-filechooser-backend/src/gtkfilesystemgnomevfs.c	2007-10-31 13:50:03 UTC (rev 14685)
+++ projects/haf/trunk/gnome-vfs-filechooser-backend/src/gtkfilesystemgnomevfs.c	2007-10-31 13:51:04 UTC (rev 14686)
@@ -2971,7 +2971,7 @@
    * be able to distinguish .desktop files (application/x-desktop).  FIXME: can
    * we get away with passing GNOME_VFS_FILE_INFO_FORCE_FAST_MIME_TYPE?
    */
-  options |= GNOME_VFS_FILE_INFO_GET_MIME_TYPE;
+  options |= GNOME_VFS_FILE_INFO_GET_MIME_TYPE | GNOME_VFS_FILE_INFO_FORCE_FAST_MIME_TYPE;
 
   return options;
 }


More information about the maemo-commits mailing list