Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Maemo: Commits

r14686 - in projects/haf/trunk/gnome-vfs-filechooser-backend: . debian src

 

 

Maemo commits RSS feed   Index | Next | Previous | View Threaded


subversion at stage

Oct 31, 2007, 6:51 AM

Post #1 of 1 (52 views)
Permalink
r14686 - in projects/haf/trunk/gnome-vfs-filechooser-backend: . debian src

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>
+
+ * 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>

* 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> 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;
}

_______________________________________________
maemo-commits mailing list
maemo-commits [at] maemo
https://lists.maemo.org/mailman/listinfo/maemo-commits

Maemo commits RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.