comparison finch/plugins/gntgf.c @ 25490:ea62e934c80b

Fix some more mis-identified plugins, like 3b3526a0... References #8448.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Wed, 18 Feb 2009 04:31:31 +0000
parents c38d72677c8a
children bd18bb4915ba
comparison
equal deleted inserted replaced
25489:ba717632d0da 25490:ea62e934c80b
19 */ 19 */
20 20
21 21
22 #include "internal.h" 22 #include "internal.h"
23 23
24 #define PLUGIN_STATIC_NAME "GntGf" 24 #define PLUGIN_STATIC_NAME GntGf
25 25
26 #define PREFS_PREFIX "/plugins/gnt/gntgf" 26 #define PREFS_PREFIX "/plugins/gnt/gntgf"
27 #define PREFS_EVENT PREFS_PREFIX "/events" 27 #define PREFS_EVENT PREFS_PREFIX "/events"
28 #define PREFS_EVENT_SIGNONF PREFS_EVENT "/signonf" 28 #define PREFS_EVENT_SIGNONF PREFS_EVENT "/signonf"
29 #define PREFS_EVENT_IM_MSG PREFS_EVENT "/immsg" 29 #define PREFS_EVENT_IM_MSG PREFS_EVENT "/immsg"