Updating branch refs/heads/devel
to 8289aef73b9fce0b1e10e6047c029156c941da82 (commit)
from d245a94ca870da90b9235c8c363fd3de79896ca7 (commit)
commit 8289aef73b9fce0b1e10e6047c029156c941da82
Author: Nick Schermer <[email protected]>
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
}
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits