Mercurial > pidgin
changeset 32161:218a52b8504d
Fix small typo and remove unnecessary include.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sat, 17 Sep 2011 06:14:59 +0000 |
parents | 5af172f4f8a0 |
children | 2e8c905a5e74 |
files | pidgin/gtkconv-theme.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <gtk/gtk.h> @@ -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);