# HG changeset patch # User Luke Schierer # Date 1041949880 0 # Node ID 3efda23b75400b30addc04fae38275eb090b28ab # Parent fc909686bbc16675ade72d1eb9fee48736aa231c [gaim-migrate @ 4468] The Developer (thedeveloper) writes: "Ok since the new idle.c is in cvs and compiles by default this changes the plugin's name From I'dle Ma'ker to Idle Maker." committer: Tailor Script diff -r fc909686bbc1 -r 3efda23b7540 plugins/idle.c --- a/plugins/idle.c Tue Jan 07 14:29:34 2003 +0000 +++ b/plugins/idle.c Tue Jan 07 14:31:20 2003 +0000 @@ -17,7 +17,7 @@ static struct gaim_connection *gc = NULL; char *name() { - return "I'dle Mak'er"; + return "Idle Maker"; } char *description() { @@ -79,7 +79,7 @@ struct gaim_plugin_description desc; struct gaim_plugin_description *gaim_plugin_desc() { desc.api_version = PLUGIN_API_VERSION; - desc.name = g_strdup("I'dle Mak'er"); + desc.name = g_strdup("Idle Maker"); desc.version = g_strdup(VERSION); desc.description = g_strdup("Allows you to hand-configure how long you've been idle for"); desc.authors = g_strdup("Eric Warmenhoven <eric@warmenhoven.org>");