~ubuntu-branches/ubuntu/feisty/libgnome/feisty

« back to all changes in this revision

Viewing changes to debian/patches/09_run_app_message_fix.patch

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-11-15 15:52:31 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20061115155231-gbp2xt8ns20vf1vh
Tags: 2.17.0-0ubuntu1
* New upstream version:
  - Enable a11y by default in devel releases 
  - Don't check for null before calling g_free/g_strdup
  - Improve strings in error messages and other places
  - GThread initialization fix 
* debian/patches/08_dont_force_a11y_activation.patch:
  - don't force a11y activation
* debian/patches/09_run_app_message_fix.patch:
  - fixed with the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Nur libgnome-2.13.90/libgnome/gnome-url.c libgnome-2.13.90.new/libgnome/gnome-url.c
2
 
--- libgnome-2.13.90/libgnome/gnome-url.c       2006-02-14 11:45:11.000000000 +0100
3
 
+++ libgnome-2.13.90.new/libgnome/gnome-url.c   2006-02-28 12:25:09.000000000 +0100
4
 
@@ -148,6 +148,7 @@
5
 
                break;
6
 
 
7
 
        case GNOME_VFS_ERROR_INVALID_URI:
8
 
+       case GNOME_VFS_ERROR_NOT_FOUND:
9
 
                g_set_error (error,
10
 
                             GNOME_URL_ERROR,
11
 
                             GNOME_URL_ERROR_VFS,