[mousetweaks] Launch UA panel instead of the mouse capplet
- From: Gerd Kohlberger <gerdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mousetweaks] Launch UA panel instead of the mouse capplet
- Date: Fri, 15 Oct 2010 11:57:30 +0000 (UTC)
commit 3be38f8df1a3f44cfc9b97c2c13829a457127d01
Author: Gerd Kohlberger <gerdk src gnome org>
Date: Fri Oct 15 13:53:41 2010 +0200
Launch UA panel instead of the mouse capplet
src/dwell-click-applet.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/src/dwell-click-applet.c b/src/dwell-click-applet.c
index 9d06d82..254ae9e 100644
--- a/src/dwell-click-applet.c
+++ b/src/dwell-click-applet.c
@@ -448,11 +448,9 @@ preferences_dialog (BonoboUIComponent *component,
{
GError *error = NULL;
- /* FIXME: changed to A11Y panel */
- if (!g_spawn_command_line_async ("gnome-mouse-properties -p accessibility",
- &error))
+ if (!g_spawn_command_line_async ("gnome-control-center universal-access", &error))
{
- mt_common_show_dialog (_("Failed to Launch Mouse Preferences"),
+ mt_common_show_dialog (_("Failed to Open the Univeral Access Panel"),
error->message,
MT_MESSAGE_WARNING);
g_error_free (error);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]