X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fcustomentry.c;h=dc5848ec087b86e338d8c7b25b2487425c15e2ea;hb=7640d70ac1a3641869d8de331594c340c9568ea2;hp=04e738f23b335bca9b413eecb1b8b7a04bff3c2a;hpb=af57bc3d9e5bb15f9e6f786b32ca98f734129f5d;p=pspp diff --git a/src/ui/gui/customentry.c b/src/ui/gui/customentry.c index 04e738f23b..dc5848ec08 100644 --- a/src/ui/gui/customentry.c +++ b/src/ui/gui/customentry.c @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2005, 2007, 2010, 2011 Free Software Foundation + Copyright (C) 2005, 2007, 2010, 2011, 2012 Free Software Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -57,7 +57,7 @@ #include #include "customentry.h" - +#include "helper.h" static void psppire_custom_entry_class_init (PsppireCustomEntryClass *klass); static void psppire_custom_entry_init (PsppireCustomEntry *ce); @@ -304,12 +304,10 @@ psppire_custom_entry_class_init (PsppireCustomEntryClass *klass) GObjectClass *gobject_class = G_OBJECT_CLASS (klass); GtkWidgetClass *widget_class; - GtkEntryClass *entry_class; parent_class = g_type_class_peek_parent (klass); widget_class = (GtkWidgetClass*) klass; - entry_class = (GtkEntryClass*) klass; widget_class->map = psppire_custom_entry_map; widget_class->unmap = psppire_custom_entry_unmap;