[PATCH 6/6] update module list of the GTK example continuations.scm

Patrick Bernaud <[email protected]> Sun, 11 Dec 2011 17:39:05 +0100
Newsgroups gmane.lisp.guile.gtk
Message-ID <[email protected]>
* gtk/examples/continuations.scm: Add '(oop goops)' to the 'use-modules'.
---
 gtk/examples/continuations.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gtk/examples/continuations.scm b/gtk/examples/continuations.scm
index 58a5ee3..1b96cfe 100644
--- a/gtk/examples/continuations.scm
+++ b/gtk/examples/continuations.scm
@@ -33,7 +33,7 @@
 ;; however can pop up any number of these dialog boxes and answer them
 ;; in any order he likes.  The main application stays alive as well.
 
-(use-modules (gnome gtk))
+(use-modules (oop goops) (gnome gtk))
 
 ;; The callbacks that have been delayed