[gnoduino] Examples/Imports are showing twice



commit b615b685e4e34be8ce898ba7a1025cf1c08bd4a3
Author: Pascal de Bruijn <pmjdebruijn pcode nl>
Date:   Mon May 6 09:50:27 2013 +0200

    Examples/Imports are showing twice

 src/ui.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ui.py b/src/ui.py
index 01e45b2..f553333 100644
--- a/src/ui.py
+++ b/src/ui.py
@@ -751,7 +751,7 @@ def populateExamples():
                        q = []
                        if os.path.isdir(os.path.join(p, "examples")):
                                q.append(p)
-               for c in sorted(q): populateExampleLine(c, submenu)
+                               for c in sorted(q): populateExampleLine(c, submenu)
        ex = gtk.MenuItem(_("E_xamples"), use_underline=True)
        ex.set_submenu(submenu)
        gui.get_object("filemenu").insert(ex, 2)


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