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