[ekiga] Fixed plugin load



commit 02654fc949722a78d41fcffac8687d73d8574647
Author: Julien Puydt <jpuydt gnome org>
Date:   Wed Jul 1 22:34:37 2009 +0200

    Fixed plugin load
    
    I have no idea when I broke this...

 lib/engine/plugin/plugin-core.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/engine/plugin/plugin-core.cpp b/lib/engine/plugin/plugin-core.cpp
index b8f48fd..b822ff1 100644
--- a/lib/engine/plugin/plugin-core.cpp
+++ b/lib/engine/plugin/plugin-core.cpp
@@ -155,7 +155,7 @@ plugin_parse_directory (Ekiga::KickStart& kickstart,
 void
 plugin_init (Ekiga::KickStart& kickstart)
 {
-#ifdef DEBUG
+#if DEBUG
   // should make it easier to test ekiga without installing
   gchar* path = g_build_path (G_DIR_SEPARATOR_S,
 			      g_get_tmp_dir (), "ekiga_debug_plugins", NULL);



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