comparison plugins/idle.c @ 4260:43864b6a28a2

[gaim-migrate @ 4511] Luke, you need to have more fun. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 09 Jan 2003 01:32:54 +0000
parents a533999c8a6c
children f98e27e2cb10
comparison
equal deleted inserted replaced
4259:a533999c8a6c 4260:43864b6a28a2
77 } 77 }
78 78
79 struct gaim_plugin_description desc; 79 struct gaim_plugin_description desc;
80 struct gaim_plugin_description *gaim_plugin_desc() { 80 struct gaim_plugin_description *gaim_plugin_desc() {
81 desc.api_version = PLUGIN_API_VERSION; 81 desc.api_version = PLUGIN_API_VERSION;
82 desc.name = g_strdup("Idle Maker"); 82 desc.name = g_strdup("I'dle Mak'er");
83 desc.version = g_strdup(VERSION); 83 desc.version = g_strdup(VERSION);
84 desc.description = g_strdup("Allows you to hand-configure how long you've been idle for"); 84 desc.description = g_strdup("Allows you to hand-configure how long you've been idle for");
85 desc.authors = g_strdup("Eric Warmenhoven &lt;eric@warmenhoven.org>"); 85 desc.authors = g_strdup("Eric Warmenhoven &lt;eric@warmenhoven.org>");
86 desc.url = g_strdup(WEBSITE); 86 desc.url = g_strdup(WEBSITE);
87 return &desc; 87 return &desc;