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

Chris Lamb chris at chris-lamb.co.uk
Sat Aug 9 05:29:35 UTC 2008


The following commit has been merged in the master branch:
commit d2e59bb1c3ef6546feb6dcf5680e6ab1cb50eefe
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Sat Aug 9 03:01:13 2008 +0100

    Remove unused do_folder_open function.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/LiveMagic/views/main.py b/LiveMagic/views/main.py
index 9a704eb..6026fbc 100644
--- a/LiveMagic/views/main.py
+++ b/LiveMagic/views/main.py
@@ -35,17 +35,3 @@ class MainView(object):
         except KeyError:
             return False
         return True
-
-    def do_folder_open(self):
-        dialog = gtk.FileChooserDialog("Open Configuration",
-            self['window_main'],
-            gtk.FILE_CHOOSER_ACTION_SELECT_FOLDER,
-            (
-                gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL,
-                gtk.STOCK_OPEN, gtk.RESPONSE_ACCEPT,
-            ))
-
-        res = dialog.run()
-        filename = dialog.get_filename()
-        dialog.destroy()
-        return res, filename

-- 
GUI front-end for Debian Live.



More information about the debian-live-changes mailing list