[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-pim
Subject:    [Kde-pim] bug 68403
From:       Guenter Schwann <schwann () icg ! tu-graz ! ac ! at>
Date:       2003-11-29 10:22:26
[Download RAW message or body]

[Attachment #2 (multipart/signed)]

[Attachment #4 (multipart/mixed)]


Hi!

Here's a bugfix for bug #68403:
Event templates do not save "no time associated" setting

I'd say there is no need to not set times for templates...

ciao
-- 
Guenter Schwann
Graz University of Technology - Computer Graphics and Vision
GPG-key: http://www.sbox.tugraz.at/home/v/vogel/gpg-schwann-public-key.txt

["bug-68409.diff" (text/x-diff)]

Index: koeditorgeneralevent.cpp
===================================================================
RCS file: /home/kde/kdepim/korganizer/koeditorgeneralevent.cpp,v
retrieving revision 1.63
diff -u -3 -p -r1.63 koeditorgeneralevent.cpp
--- koeditorgeneralevent.cpp	8 Sep 2003 18:03:35 -0000	1.63
+++ koeditorgeneralevent.cpp	29 Nov 2003 10:17:15 -0000
@@ -262,13 +262,11 @@ void KOEditorGeneralEvent::readEvent( Ev
 {
   QString tmpStr;
 
-  if ( !tmpl ) {
-    // the rest is for the events only
-    mNoTimeButton->setChecked(event->doesFloat());
-    timeStuffDisable(event->doesFloat());
+  // the rest is for the events only
+  mNoTimeButton->setChecked(event->doesFloat());
+  timeStuffDisable(event->doesFloat());
 
-    setDateTimes(event->dtStart(),event->dtEnd());
-  }
+  setDateTimes(event->dtStart(),event->dtEnd());
 
   switch( event->transparency() ) {
   case Event::Transparent:

[Attachment #8 (application/pgp-signature)]

_______________________________________________
kde-pim mailing list
kde-pim@mail.kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
kde-pim home page at http://pim.kde.org/

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic