2006-01-08 Dan Williams <dcbw@redhat.com>

(forgot to commit ChangeLog with changes)

	* include/NetworkManager.h
		- Add NMI_DBUS_USER_KEY_CANCELED_ERROR as a constant for
			applet/info-daemons

	* gnome/applet/passphrase-dialog.c
		- Use the constant.  Fixes a bug where the arguments to
			dbus_message_new_error() were incorrect

	* src/nm-dbus-nmi.c
		- Use the constant


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1290 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2006-01-08 18:55:37 +00:00
parent 2fa716d42d
commit e07888aa03

View file

@ -1,3 +1,16 @@
2006-01-08 Dan Williams <dcbw@redhat.com>
* include/NetworkManager.h
- Add NMI_DBUS_USER_KEY_CANCELED_ERROR as a constant for
applet/info-daemons
* gnome/applet/passphrase-dialog.c
- Use the constant. Fixes a bug where the arguments to
dbus_message_new_error() were incorrect
* src/nm-dbus-nmi.c
- Use the constant
2006-01-07 Dan Williams <dcbw@redhat.com>
* src/nm-device-802-11-wireless.c