guile-gtk-general
[Top][All Lists]
Advanced

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

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


From: Patrick Bernaud
Subject: [PATCH 6/6] update module list of the GTK example continuations.scm
Date: Sun, 11 Dec 2011 17:39:05 +0100
User-agent: StGit/0.15

* 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
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]