[SCM] GUI front-end for Debian Live. branch, master, updated. d6ae12437ff380db2b87363283adc42142dc4637

Chris Lamb chris at chris-lamb.co.uk
Fri Apr 11 02:14:00 UTC 2008


The following commit has been merged in the master branch:
commit 5ae0cb9e5e6ce8f6c13ba3165080087bbe2f211d
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Fri Apr 11 03:11:30 2008 +0100

    controllers/build.py: Use '--' to denote end of gksu args as it's stupid
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/LiveMagic/controllers/build.py b/LiveMagic/controllers/build.py
index 266907d..311d458 100644
--- a/LiveMagic/controllers/build.py
+++ b/LiveMagic/controllers/build.py
@@ -114,4 +114,4 @@ class BuildController(object):
 
     def on_button_build_cancel_clicked(self, *_):
         self.cancelled = True
-        commands.getstatusoutput("gksu /bin/kill -s KILL -%d" % self.pid)
+        commands.getstatusoutput("gksu -- /bin/kill -s KILL -%d" % self.pid)

-- 
GUI front-end for Debian Live.



More information about the debian-live-changes mailing list