# HG changeset patch # User Elliott Sales de Andrade # Date 1316240099 0 # Node ID 218a52b8504d396004fc2f27af209dbac03902f6 # Parent 5af172f4f8a0541fa6010d535d152a9f2f311bd3 Fix small typo and remove unnecessary include. diff -r 5af172f4f8a0 -r 218a52b8504d pidgin/gtkconv-theme.c --- a/pidgin/gtkconv-theme.c Sat Sep 17 05:43:58 2011 +0000 +++ b/pidgin/gtkconv-theme.c Sat Sep 17 06:14:59 2011 +0000 @@ -21,7 +21,6 @@ */ #include "gtkconv-theme.h" -#include "pidginstock.h" #include @@ -69,7 +68,7 @@ } static void -pidgin_conv_theme_class_init(PidginIconThemeClass *klass) +pidgin_conv_theme_class_init(PidginConvThemeClass *klass) { GObjectClass *obj_class = G_OBJECT_CLASS(klass);