diff -r a66ed0454ca8 -r e404cd1c7077 mood.c --- a/mood.c Mon May 21 03:38:51 2012 +0300 +++ b/mood.c Mon May 21 19:10:25 2012 +0300 @@ -32,7 +32,7 @@ #include #include -#include "mood.h" +#include "pep_mood.h" #include "config.h" @@ -43,7 +43,7 @@ void mood_init (void); void mood_uninit (void); -#define DESCRIPTION ( "PEP mood events handling\nProvides command /mood" ) +#define DESCRIPTION ( MOOD_DESCRIPTION ) static const gchar *deps[] = { "pep_mood", NULL }; @@ -91,7 +91,7 @@ GError *error = NULL; - mood_request ( CURRENT_JID, &error ); + pep_mood_request ( CURRENT_JID, &error ); if ( error ) { scr_log_print ( LPRINT_NORMAL, "Error sending request: %s.", error -> message ); g_error_free ( error );