changeset 12127:944c97d11bb1

[gaim-migrate @ 14427] SF Patch #1358278 from charkins "There was likely a collision between the patch which added the account-(en|dis)abled signals and a patch which added cleaned up the signal documentation. The lines for these signals are missing from the top of account-signals.dox and ChangeLog.API. This patch adds them in." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Fri, 18 Nov 2005 12:22:20 +0000
parents 35c4797c5c57
children 34deaeeb5d42
files doc/account-signals.dox plugins/ChangeLog.API
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/account-signals.dox	Fri Nov 18 12:05:40 2005 +0000
+++ b/doc/account-signals.dox	Fri Nov 18 12:22:20 2005 +0000
@@ -4,6 +4,8 @@
   @signal account-added
   @signal account-connecting
   @signal account-removed
+  @signal account-disabled
+  @signal account-enabled
   @signal account-setting-info
   @signal account-set-info
   @signal account-status-changed
--- a/plugins/ChangeLog.API	Fri Nov 18 12:05:40 2005 +0000
+++ b/plugins/ChangeLog.API	Fri Nov 18 12:22:20 2005 +0000
@@ -169,6 +169,8 @@
 		the user is on the buddy list.
 
 	Signals - Added:
+	* "account-disabled": Account was enabled; see Doxygen docs for full details.
+	* "account-enabled": Account was disabled; see Doxygen docs for full details.
 	* "account-status-changed": Account status changed; see Doxygen docs for full details.
 	* "cipher-added": Cipher was added; see Doxygen docs for full details.
 	* "cipher-removed": Cipher was removed; see Doxygen docs for full details.