[gimp] app: Don't initialize Gimp verbosely in gimp_init_for_testing()



commit 8f999e0842150c286cbf845c9ee18aabd9de0aa9
Author: Martin Nordholts <martinn src gnome org>
Date:   Sat Sep 5 16:19:52 2009 +0200

    app: Don't initialize Gimp verbosely in gimp_init_for_testing()
    
    The verbose output of Gimp has little relevance to unit testing,
    disable it.

 app/tests.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tests.c b/app/tests.c
index 89ae96a..25665e8 100644
--- a/app/tests.c
+++ b/app/tests.c
@@ -36,7 +36,7 @@
 Gimp *
 gimp_init_for_testing (void)
 {
-  Gimp *gimp  = gimp_new ("Unit Tested GIMP", NULL, TRUE, TRUE, TRUE, TRUE,
+  Gimp *gimp  = gimp_new ("Unit Tested GIMP", NULL, FALSE, TRUE, TRUE, TRUE,
                           FALSE, TRUE, TRUE, FALSE);
 
   units_init (gimp);



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