[maemo-commits] [maemo-commits] r14072 - in projects/haf/trunk/osso-gnome-vfs2/debian: . patches
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Sep 25 14:54:54 EEST 2007
- Previous message: [maemo-commits] r14071 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
- Next message: [maemo-commits] r14073 - projects/haf/tags/osso-gnome-vfs2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: richard Date: 2007-09-25 14:54:50 +0300 (Tue, 25 Sep 2007) New Revision: 14072 Modified: projects/haf/trunk/osso-gnome-vfs2/debian/changelog projects/haf/trunk/osso-gnome-vfs2/debian/patches/01-http-mime-type-and-name.patch Log: Remove debug output. Modified: projects/haf/trunk/osso-gnome-vfs2/debian/changelog =================================================================== --- projects/haf/trunk/osso-gnome-vfs2/debian/changelog 2007-09-25 11:51:08 UTC (rev 14071) +++ projects/haf/trunk/osso-gnome-vfs2/debian/changelog 2007-09-25 11:54:50 UTC (rev 14072) @@ -1,3 +1,9 @@ +osso-gnome-vfs2 (2.16.3-1osso30) unstable; urgency=low + + * Remove debug output from the http module + + -- Richard Hult <richard at imendio.com> Tue, 25 Sep 2007 13:46:37 +0200 + osso-gnome-vfs2 (2.16.3-1osso29) unstable; urgency=low * Fixes: NB#22048, Extra threads left running after changing the background Modified: projects/haf/trunk/osso-gnome-vfs2/debian/patches/01-http-mime-type-and-name.patch =================================================================== --- projects/haf/trunk/osso-gnome-vfs2/debian/patches/01-http-mime-type-and-name.patch 2007-09-25 11:51:08 UTC (rev 14071) +++ projects/haf/trunk/osso-gnome-vfs2/debian/patches/01-http-mime-type-and-name.patch 2007-09-25 11:54:50 UTC (rev 14072) @@ -1,6 +1,6 @@ --- modules/http-neon-method.c-unmod 2007-02-01 12:26:44.000000000 +0100 +++ modules/http-neon-method.c 2007-02-01 17:30:33.000000000 +0100 -@@ -1104,9 +1104,8 @@ std_headers_to_file_info (ne_request *re +@@ -1104,9 +1104,7 @@ std_headers_to_file_info (ne_request *re value = ne_get_response_header (req, "Content-Type"); @@ -8,7 +8,6 @@ - g_free (info->mime_type); - + if (value != NULL && info->mime_type == NULL) { -+ g_print ("get from server: %s\n", value); info->mime_type = strip_semicolon (value); info->valid_fields |= GNOME_VFS_FILE_INFO_FIELDS_MIME_TYPE; }
- Previous message: [maemo-commits] r14071 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
- Next message: [maemo-commits] r14073 - projects/haf/tags/osso-gnome-vfs2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]