[libchamplain/libchamplain-0-4] Make markers button disable by default in launcher-gtk.py



commit a609bc55ed5e8df09b6b6672de9644e445e03218
Author: Victor Godoy Poluceno <victorpoluceno gmail com>
Date:   Sat Jan 9 10:10:51 2010 -0200

    Make markers button disable by default in launcher-gtk.py

 bindings/python/demos/launcher-gtk.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/bindings/python/demos/launcher-gtk.py b/bindings/python/demos/launcher-gtk.py
index be01d27..b8df7a2 100755
--- a/bindings/python/demos/launcher-gtk.py
+++ b/bindings/python/demos/launcher-gtk.py
@@ -53,6 +53,7 @@ class LauncherGTK:
         bbox.add(button)
 
         button = gtk.ToggleButton(label="Markers")
+        button.set_active(True)
         button.connect("toggled", self.toggle_layer)
         bbox.add(button)
 



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