gtk-screen/make.scm: Let higher power (caller) suppress load notes.
authorMatt Birkholz <puck@birchwood-abbey.net>
Mon, 16 Jan 2017 17:59:44 +0000 (10:59 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Mon, 16 Jan 2017 17:59:44 +0000 (10:59 -0700)
src/gtk-screen/make.scm

index b1fe419bf56c87136b66f4e26c9c1753d7b82e2f..84759dd4056c701ced305a429433d96a37db8241 100644 (file)
@@ -2,10 +2,9 @@
 
 Load the Gtk-Screen option. |#
 
-(parameterize ((param:suppress-loading-message? #t))
-  (load-option 'Gtk)
-  (load-option 'Edwin)
-  (with-loader-base-uri (system-library-uri "gtk-screen/")
-    (lambda ()
-      (load-package-set "gtk-screen"))))
+(load-option 'Edwin)
+(load-option 'Gtk)
+(with-loader-base-uri (system-library-uri "gtk-screen/")
+  (lambda ()
+    (load-package-set "gtk-screen")))
 (add-subsystem-identification! "Gtk-Screen" '(0 1))
\ No newline at end of file