[pygi] set is_fully_bound to false



commit e0f1dce5ec58d071759f886697501da6eeea549d
Author: John (J5) Palmieri <johnp redhat com>
Date:   Sun Jun 6 13:27:46 2010 -0400

    set is_fully_bound to false

 demos/gtk-demo/demos/button_box.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/demos/gtk-demo/demos/button_box.py b/demos/gtk-demo/demos/button_box.py
index 203166a..dfbcf19 100644
--- a/demos/gtk-demo/demos/button_box.py
+++ b/demos/gtk-demo/demos/button_box.py
@@ -25,7 +25,7 @@ The Button Box widgets are used to arrange buttons with padding.
 """
 
 # See FIXME's
-is_fully_bound = True
+is_fully_bound = False
 
 from gi.repository import Gtk
 



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