From a6ca692965086f7c27397394d7ddb888650d4c61 Mon Sep 17 00:00:00 2001 From: helge Date: Fri, 21 Jan 2005 19:42:39 +0000 Subject: [PATCH] fixed an #include bug git-svn-id: http://svn.opengroupware.org/SOGo/trunk@493 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/UI/Common/ChangeLog | 4 ++++ SOGo/UI/Common/UIxTabView.m | 9 ++++----- SOGo/UI/Common/Version | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/SOGo/UI/Common/ChangeLog b/SOGo/UI/Common/ChangeLog index 21760988..1dc76a11 100644 --- a/SOGo/UI/Common/ChangeLog +++ b/SOGo/UI/Common/ChangeLog @@ -1,3 +1,7 @@ +2005-01-21 Helge Hess + + * UIxTabView.m: fixed an include of WEExtensions (v0.9.33) + 2004-01-07 Marcus Mueller * {English/French}.lproj/default.strings: changed encoding from diff --git a/SOGo/UI/Common/UIxTabView.m b/SOGo/UI/Common/UIxTabView.m index 041761e2..6bc96ed6 100644 --- a/SOGo/UI/Common/UIxTabView.m +++ b/SOGo/UI/Common/UIxTabView.m @@ -18,14 +18,13 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id$ #include "UIxTabView.h" #include "common.h" -#import -#import -#import -#include +#include +#include +#include +#include #if DEBUG // # define DEBUG_TAKEVALUES 1 diff --git a/SOGo/UI/Common/Version b/SOGo/UI/Common/Version index ab78df5d..fa1a5842 100644 --- a/SOGo/UI/Common/Version +++ b/SOGo/UI/Common/Version @@ -1,5 +1,5 @@ # Version file -SUBMINOR_VERSION:=32 +SUBMINOR_VERSION:=33 # v0.9.28 requires NGExtensions v4.5.136 -- 2.39.5