~ubuntu-branches/ubuntu/hardy/gnome-applets/hardy-updates

« back to all changes in this revision

Viewing changes to debian/patches/16_correct_keyboard_accessibility.patch

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-03-10 10:20:15 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20080310102015-d46428z4vws97he8
Tags: 2.22.0-0ubuntu1
* New upstream version
* debian/control.in:
  - updated gnome-settings-daemon build depends
* debian/patches/16_correct_keyboard_accessibility.patch:
  - dropped, fixed in the new version
* debian/patches/98_autoreconf.patch:
  - new version update
* debian/patches/99_ltmain_as-needed.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Nur -x '*.orig' -x '*~' gnome-applets-2.21.4/accessx-status/applet.c gnome-applets-2.21.4.new/accessx-status/applet.c
2
 
--- gnome-applets-2.21.4/accessx-status/applet.c        2007-11-27 09:59:46.000000000 +0100
3
 
+++ gnome-applets-2.21.4.new/accessx-status/applet.c    2008-02-20 12:45:45.000000000 +0100
4
 
@@ -196,7 +196,7 @@
5
 
        }
6
 
 
7
 
        gdk_spawn_command_line_on_screen (gtk_widget_get_screen (GTK_WIDGET (sapplet->applet)),
8
 
-                       "gnome-accessibility-keyboard-properties", &error);
9
 
+                       "gnome-keyboard-properties --a11y", &error);
10
 
 
11
 
        if (error != NULL) {
12
 
                GtkWidget *dialog =