From f2042467b5a480d97b073d83ad40fc97342e3815 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 24 Apr 2006 20:49:22 +0000 Subject: [PATCH] 2006-04-24 Dan Williams * gnome/applet/applet-dbus.c - Disable the pending call debug stuff, seems under control now git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1702 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- ChangeLog | 5 +++++ gnome/applet/applet-dbus.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9334d2cb57..c6ece05a9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-24 Dan Williams + + * gnome/applet/applet-dbus.c + - Disable the pending call debug stuff, seems under control now + 2006-04-20 Robert Love Fix bug where hidden ESSID's would not show up in the applet, even diff --git a/gnome/applet/applet-dbus.c b/gnome/applet/applet-dbus.c index 4142805b9e..40e69a7abd 100644 --- a/gnome/applet/applet-dbus.c +++ b/gnome/applet/applet-dbus.c @@ -43,7 +43,7 @@ #define DBUS_NO_SERVICE_ERROR "org.freedesktop.DBus.Error.ServiceDoesNotExist" -#define DBUS_PENDING_CALL_DEBUG +/* #define DBUS_PENDING_CALL_DEBUG */ typedef struct PCallInfo { @@ -115,8 +115,8 @@ nma_dbus_send_with_callback_replied (DBusPendingCall *pcall, const char *caller) { PCallInfo * info; - GTimeVal now; #ifdef DBUS_PENDING_CALL_DEBUG + GTimeVal now; long elapsed_ms = 0; #endif