diff plugins/gaim-remote/remote.h @ 9608:204f5d66a863

[gaim-migrate @ 10451] " I added two possible commands to gtk-remote: away and back. away causes the away dialog to appear with the default message and sets the status to away, back hides the dialog and sets the status to online. To implement this, I added to new CUI packet subtypes: CUI_USER_AWAY and CUI_USER_BACK. This are processed in core.c by calling do_away_message and do_im_back, respectively." --Istv?n V?radi committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 28 Jul 2004 00:29:52 +0000
parents 92cbf9713795
children b4b9dabdd7c7
line wrap: on
line diff
--- a/plugins/gaim-remote/remote.h	Wed Jul 28 00:13:37 2004 +0000
+++ b/plugins/gaim-remote/remote.h	Wed Jul 28 00:29:52 2004 +0000
@@ -59,6 +59,8 @@
 #define CUI_USER_REMOVE		3
 #define CUI_USER_MODIFY		4	/* this handles moving them in the list too */
 #define CUI_USER_SIGNON		5
+#define CUI_USER_AWAY		6
+#define CUI_USER_BACK		7
 
 #define CUI_CONN_LIST		1
 #define CUI_CONN_PROGRESS	2