[vinagre] Fixed debug calls



commit 337df93ef46ea275901b4a96af223cdccd641196
Author: Jonh Wendell <jwendell gnome org>
Date:   Tue Jul 28 11:51:36 2009 -0300

    Fixed debug calls

 vinagre/vinagre-commands.c |    2 --
 vinagre/vinagre-main.c     |    1 +
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/vinagre/vinagre-commands.c b/vinagre/vinagre-commands.c
index 71fc5e1..0a9f975 100644
--- a/vinagre/vinagre-commands.c
+++ b/vinagre/vinagre-commands.c
@@ -235,8 +235,6 @@ vinagre_cmd_edit_plugins (GtkAction     *action,
 {
   g_return_if_fail (VINAGRE_IS_WINDOW (window));
 
-  vinagre_debug (DEBUG_PLUGINS);
-
   vinagre_plugin_dialog_show (GTK_WINDOW (window));
 }
 
diff --git a/vinagre/vinagre-main.c b/vinagre/vinagre-main.c
index 140a45a..5342511 100644
--- a/vinagre/vinagre-main.c
+++ b/vinagre/vinagre-main.c
@@ -38,6 +38,7 @@
 #include "vinagre-plugins-engine.h"
 #include "vinagre-plugin-info.h"
 #include "vinagre-plugin-info-priv.h"
+#include "vinagre-debug.h"
 
 #ifdef HAVE_TELEPATHY
 #include "vinagre-tubes-manager.h"



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