[gnome-boxes/gnome-3-8] wizard-source: Fix a typo from commit 770522a1



commit 13de46d75e443780c8d38a0462db3c7f11d40715
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Sat Nov 16 21:40:36 2013 +0000

    wizard-source: Fix a typo from commit 770522a1

 src/wizard-source.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/wizard-source.vala b/src/wizard-source.vala
index 591223e..b337e61 100644
--- a/src/wizard-source.vala
+++ b/src/wizard-source.vala
@@ -196,7 +196,7 @@ private class Boxes.WizardSource: GLib.Object {
                 }
 
             if (obsolete)
-                main_vbox.remove (child);
+                media_vbox.remove (child);
         }
 
         foreach (var media in medias) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]