[gnome-devel-docs] Improve indentation in Python separator example
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-devel-docs] Improve indentation in Python separator example
- Date: Sun, 26 Jan 2014 23:05:37 +0000 (UTC)
commit 7791e68b2934fedbbfc2f6065828cdb14b6e6c8e
Author: David King <amigadave amigadave com>
Date: Sun Jan 26 23:04:11 2014 +0000
Improve indentation in Python separator example
https://bugzilla.gnome.org/show_bug.cgi?id=684863
platform-demos/C/samples/separator.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/platform-demos/C/samples/separator.py b/platform-demos/C/samples/separator.py
index 4263a27..0aab0ee 100644
--- a/platform-demos/C/samples/separator.py
+++ b/platform-demos/C/samples/separator.py
@@ -36,8 +36,8 @@ class MyApplication(Gtk.Application):
Gtk.Application.__init__(self)
def do_activate(self):
- win = MyWindow(self)
- win.show_all()
+ win = MyWindow(self)
+ win.show_all()
app = MyApplication()
exit_status = app.run(sys.argv)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]