diff libpurple/request.h @ 21335:d4f95419be45

disapproval of revision 'b6ee8d925e8e7670de77e6283963fa151ea0ed77'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:01:12 +0000
parents a20ef7180680
children 0cb8d5304f4f
line wrap: on
line diff
--- a/libpurple/request.h	Sun Oct 14 20:53:40 2007 +0000
+++ b/libpurple/request.h	Fri Nov 16 23:01:12 2007 +0000
@@ -205,32 +205,32 @@
 /**
  * @since 2.3.0
  */
-#define PURPLE_REQUEST_UI_HINT_ACCOUNT  "account"
+#define PURPLE_REQUEST_HINT_ACCOUNT  "account"
 
 /**
  * @since 2.3.0
  */
-#define PURPLE_REQUEST_UI_HINT_BLIST    "blist"
+#define PURPLE_REQUEST_HINT_BLIST    "blist"
 
 /**
  * @since 2.3.0
  */
-#define PURPLE_REQUEST_UI_HINT_BUDDY    "buddy"
+#define PURPLE_REQUEST_HINT_BUDDY    "buddy"
 
 /**
  * @since 2.3.0
  */
-#define PURPLE_REQUEST_UI_HINT_CONV     "conversation"
+#define PURPLE_REQUEST_HINT_CONV     "conversation"
 
 /**
  * @since 2.3.0
  */
-#define PURPLE_REQUEST_UI_HINT_REGISTER "register-account"
+#define PURPLE_REQUEST_HINT_REGISTER "register-account"
 
 /**
  * @since 2.3.0
  */
-#define PURPLE_REQUEST_UI_HINT_XFER     "xfer"
+#define PURPLE_REQUEST_HINT_XFER     "xfer"
 
 
 /*
@@ -241,32 +241,32 @@
 /**
  * @since 2.3.0
  */
-#define PURPLE_REQUEST_UI_HINT_ACCOUNTMGR "accountmgr"
+#define PURPLE_UI_REQUEST_HINT_ACCOUNTMGR "accountmgr"
 
 /**
  * @since 2.3.0
  */
-#define PURPLE_REQUEST_UI_HINT_CERTMGR    "certmgr"
+#define PURPLE_UI_REQUEST_HINT_CERTMGR    "certmgr"
 
 /**
  * @since 2.3.0
  */
-#define PURPLE_REQUEST_UI_HINT_PLUGINMGR  "pluginmgr"
+#define PURPLE_UI_REQUEST_HINT_PLUGINMGR  "pluginmgr"
 
 /**
  * @since 2.3.0
  */
-#define PURPLE_REQUEST_UI_HINT_POUNCEMGR  "pouncemgr"
+#define PURPLE_UI_REQUEST_HINT_POUNCEMGR  "pouncemgr"
 
 /**
  * @since 2.3.0
  */
-#define PURPLE_REQUEST_UI_HINT_PREFSMGR   "preferences"
+#define PURPLE_UI_REQUEST_HINT_PREFSMGR   "preferences"
 
 /**
  * @since 2.3.0
  */
-#define PURPLE_REQUEST_UI_HINT_STATUSMGR  "statusmgr"
+#define PURPLE_UI_REQUEST_HINT_STATUSMGR  "statusmgr"
 
 
 /**