[pygi] set is_fully_bound to True fro builder example



commit e9f5f8a829121e59367bae690442150f144946ad
Author: John (J5) Palmieri <johnp redhat com>
Date:   Sat Jun 5 23:26:03 2010 -0400

    set is_fully_bound to True fro builder example

 demos/gtk-demo/demos/builder.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/demos/gtk-demo/demos/builder.py b/demos/gtk-demo/demos/builder.py
index 9ce4e65..d72ce51 100644
--- a/demos/gtk-demo/demos/builder.py
+++ b/demos/gtk-demo/demos/builder.py
@@ -25,7 +25,7 @@ Demonstrates an interface loaded from a XML description.
 """
 
 # See FIXME's
-is_fully_bound = False
+is_fully_bound = True
 
 from gi.repository import Gtk, GdkPixbuf, Gdk
 import os



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