plugins/idle.c

changeset 4224
322665f945f8
parent 4202
8b92de3b1c07
child 4259
1b59800f2315
equal deleted inserted replaced
4223:e09b40511084 4224:322665f945f8
15 #include "pixmaps/ok.xpm" 15 #include "pixmaps/ok.xpm"
16 16
17 static struct gaim_connection *gc = NULL; 17 static struct gaim_connection *gc = NULL;
18 18
19 char *name() { 19 char *name() {
20 return "I'dle Mak'er"; 20 return "Idle Maker";
21 } 21 }
22 22
23 char *description() { 23 char *description() {
24 return "Allows you to hand-configure how long you've been idle for"; 24 return "Allows you to hand-configure how long you've been idle for";
25 } 25 }
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("I'dle Mak'er"); 82 desc.name = g_strdup("Idle Maker");
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 <eric@warmenhoven.org>"); 85 desc.authors = g_strdup("Eric Warmenhoven <eric@warmenhoven.org>");
86 desc.url = g_strdup(WEBSITE); 86 desc.url = g_strdup(WEBSITE);
87 return &desc; 87 return &desc;

mercurial