[gnome-devel-docs] tutorial python: window example with corrected indentation



commit 6c268b20347e515f8be6676d644e29ea14a49c08
Author: Marta Maria Casetti <mmcasetti gmail com>
Date:   Sat Apr 28 16:29:36 2012 +0100

    tutorial python: window example with corrected indentation

 platform-demos/C/samples/window.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/platform-demos/C/samples/window.py b/platform-demos/C/samples/window.py
index 0b7abb7..2317455 100644
--- a/platform-demos/C/samples/window.py
+++ b/platform-demos/C/samples/window.py
@@ -4,7 +4,7 @@ import sys
 class MyApp(Gtk.Application):
     def do_activate(self):
         window = Gtk.Window(application = self)
-	    window.set_title("Welcome to GNOME")
+        window.set_title("Welcome to GNOME")
         window.show_all()
 
 MyApp(application_id = "org.example.whatever").run(sys.argv)



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