Merge lp:~themuso/unity-greeter/fix-orca-cmdline-syntax into lp:unity-greeter

Proposed by Luke Yelavich on 2012-03-01
Status: Merged
Approved by: Robert Ancell on 2012-03-06
Approved revision: 328
Merged at revision: 340
Proposed branch: lp:~themuso/unity-greeter/fix-orca-cmdline-syntax
Merge into: lp:unity-greeter
Diff against target: 12 lines (+1/-1)
1 file modified
src/menubar.vala (+1/-1)
To merge this branch: bzr merge lp:~themuso/unity-greeter/fix-orca-cmdline-syntax
Reviewer Review Type Date Requested Status
Robert Ancell 2012-03-01 Approve on 2012-03-01
Review via email: mp+95485@code.launchpad.net

Description of the Change

Fix the command-line syntax for starting orca so it works with 3.3.90+.

To post a comment you must log in.
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/menubar.vala'
2--- src/menubar.vala 2012-02-23 20:26:29 +0000
3+++ src/menubar.vala 2012-03-01 22:56:20 +0000
4@@ -442,7 +442,7 @@
5 try
6 {
7 if (item.active)
8- Process.spawn_command_line_async ("orca --replace --no-setup --disable=splash-window --disable=main-window");
9+ Process.spawn_command_line_async ("orca --replace --no-setup --disable splash-window,main-window");
10 else
11 Process.spawn_command_line_async ("orca --quit");
12 }

Subscribers

People subscribed via source and target branches