mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-03 07:50:31 +01:00
2006-04-24 Dan Williams <dcbw@redhat.com>
* 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
This commit is contained in:
parent
a567dca2ad
commit
f2042467b5
2 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2006-04-24 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* gnome/applet/applet-dbus.c
|
||||
- Disable the pending call debug stuff, seems under control now
|
||||
|
||||
2006-04-20 Robert Love <rml@novell.com>
|
||||
|
||||
Fix bug where hidden ESSID's would not show up in the applet, even
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue