From: helge Date: Wed, 30 Jun 2004 12:56:03 +0000 (+0000) Subject: git-svn-id: http://svn.opengroupware.org/SOGo/trunk@123 d1b88da0-ebda-0310-925b-ed51d... X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5ccf7ae9c1a1ddbbe8e1423f1b5a263bb149d03;p=scalable-opengroupware.org git-svn-id: http://svn.opengroupware.org/SOGo/trunk@123 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/UI/Common/UIxAppFrame.wox b/SOGo/UI/Common/UIxAppFrame.wox index 0437cf39..e91e1293 100644 --- a/SOGo/UI/Common/UIxAppFrame.wox +++ b/SOGo/UI/Common/UIxAppFrame.wox @@ -7,7 +7,7 @@ <var:string value="title"/> - + diff --git a/SOGo/UI/Common/UIxAppHeader.wox b/SOGo/UI/Common/UIxAppHeader.wox index 4f8c0d27..18c78b2e 100644 --- a/SOGo/UI/Common/UIxAppHeader.wox +++ b/SOGo/UI/Common/UIxAppHeader.wox @@ -20,7 +20,7 @@ diff --git a/SOGo/UI/Common/UIxPageFrame.wox b/SOGo/UI/Common/UIxPageFrame.wox index efc1f4d9..378c365f 100644 --- a/SOGo/UI/Common/UIxPageFrame.wox +++ b/SOGo/UI/Common/UIxPageFrame.wox @@ -4,7 +4,7 @@ <var:string value="title"/> - + @@ -16,7 +16,7 @@
@@ -78,7 +78,7 @@ - SOGo () + SOGo () diff --git a/SOGo/UI/Common/UIxWinClose.wox b/SOGo/UI/Common/UIxWinClose.wox index 35769e42..153cf41f 100644 --- a/SOGo/UI/Common/UIxWinClose.wox +++ b/SOGo/UI/Common/UIxWinClose.wox @@ -3,4 +3,4 @@ xmlns:var="http://www.skyrix.com/od/binding" xmlns:const="http://www.skyrix.com/od/constant" xmlns:rsrc="OGo:url" - href="javascript:history.back()">X + href="javascript:history.back()">X diff --git a/SOGo/UI/Common/bundle-info.plist b/SOGo/UI/Common/bundle-info.plist index c7081c18..37a0405d 100644 --- a/SOGo/UI/Common/bundle-info.plist +++ b/SOGo/UI/Common/bundle-info.plist @@ -9,8 +9,6 @@ }; provides = { - ZideStoreProducts = ( { name = CommonUIProduct; } ); - classes = ( { name = CommonUIProduct; }, { name = UIxComponent; }, diff --git a/SOGo/UI/Common/zidestoreui.css b/SOGo/UI/Common/zidestoreui.css index 5d1e878c..90657cd2 100644 --- a/SOGo/UI/Common/zidestoreui.css +++ b/SOGo/UI/Common/zidestoreui.css @@ -1,4 +1,4 @@ -/* ZideStore UI Stylesheet */ +/* SOGo UI Stylesheet */ /* common stuff */ diff --git a/SOGoLogic/GNUmakefile.preamble b/SOGoLogic/GNUmakefile.preamble index 2fa6e236..ba805980 100644 --- a/SOGoLogic/GNUmakefile.preamble +++ b/SOGoLogic/GNUmakefile.preamble @@ -1,6 +1,6 @@ # $Id$ -libSOGoLogic_LIBRARY_DEPENDS_UPON += \ +libSOGoLogic_LIBRARIES_DEPEND_UPON += \ -lNGiCal \ -lSaxObjC diff --git a/SOGoLogic/SOGoAppointment.m b/SOGoLogic/SOGoAppointment.m index 91c6c220..3dec7fcf 100644 --- a/SOGoLogic/SOGoAppointment.m +++ b/SOGoLogic/SOGoAppointment.m @@ -70,7 +70,7 @@ static SaxObjectDecoder *sax = nil; /* fill */ - [self logWithFormat:@"root is: %@", root]; + // [self logWithFormat:@"root is: %@", root]; if ([root isKindOfClass:[iCalEvent class]]) { self->event = root;