[Xfce4-commits] <xfce4-panel:devel> Print a message if plugins are forced external.

Nick Schermer nick at xfce.org
Tue Aug 11 20:35:14 CEST 2009


Updating branch refs/heads/devel
         to 8289aef73b9fce0b1e10e6047c029156c941da82 (commit)
       from d245a94ca870da90b9235c8c363fd3de79896ca7 (commit)

commit 8289aef73b9fce0b1e10e6047c029156c941da82
Author: Nick Schermer <nick at xfce.org>
Date:   Wed Jun 24 20:54:02 2009 +0200

    Print a message if plugins are forced external.
    
    ...but only when debugging is enabled.

 panel/panel-module-factory.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/panel/panel-module-factory.c b/panel/panel-module-factory.c
index 2be32aa..835d06b 100644
--- a/panel/panel-module-factory.c
+++ b/panel/panel-module-factory.c
@@ -310,6 +310,10 @@ void
 panel_module_factory_force_all_external (void)
 {
   force_all_external = TRUE;
+
+#ifndef NDEBUG
+  g_message ("Forcing all plugins to run external.");
+#endif
 }
 
 



More information about the Xfce4-commits mailing list