]> Pileus Git - ~andy/sunrise/blobdiff - app-cdr/furiusisomount/furiusisomount-0.11.3.1.ebuild
app-cdr/furiusisomount: Remove leading spaces
[~andy/sunrise] / app-cdr / furiusisomount / furiusisomount-0.11.3.1.ebuild
index 4544f1d8dc3ea2a420bd492d4bcfbc46abe2addf..0ab3ad67be943dd52af288b84c06881366ecf434 100644 (file)
@@ -42,12 +42,12 @@ src_prepare() {
 
        # Disable the nautilus radio button because we can't use it anyway, Gentoo does not have nautilus-cd-burner
        sed -e '/<widget class="GtkRadioButton" id="radiobutton_nautilus">/ a\
-                                 <property name="sensitive">False</property>' -i res/main_window.glade
+               <property name="sensitive">False</property>' -i res/main_window.glade
 
        # If brasero is disabled, we disable all burning-related widgets
        if ! use brasero; then
                sed -e '/<widget class="GtkRadioButton" id="radiobutton_brasero">/ a\
-                                 <property name="sensitive">False</property>' -i res/main_window.glade
+                       <property name="sensitive">False</property>' -i res/main_window.glade
                sed -e "s/self.interface.get_widget('button_burn').set_sensitive(True)/#&/" -i src/main.py
        fi