Bug 69434 - scheduling incoming messages does not work
Summary: scheduling incoming messages does not work
Status: RESOLVED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Cornelius Schumacher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-01 14:28 UTC by Andreas Gungl
Modified: 2004-01-11 21:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Gungl 2003-12-01 14:28:28 UTC
Version:           unknown (using KDE 3.1.93 (CVS >= 20031111), compiled sources)
Compiler:          gcc version 3.3 20030226 (prerelease) (SuSE Linux)
OS:          Linux (i686) release 2.4.20-4GB

I've some events waiting in the income directory. (They were extracted by piping e-mails through the good old korganizerIn script.) Neither Accept nor Reject does work for the events shown in the Scheduler - Incoming Messages dialog box. (There is no output visible in a console window while pressing the buttons. So I don't know what to provide to give you a hint to the reason of this problem.)
Comment 1 Reinhold Kainhofer 2003-12-01 15:26:15 UTC
Subject: Re:  New: scheduling incoming messages does not work

Am Montag, 1. Dezember 2003 14:28 schrieben Sie:
> piping e-mails through the good old korganizerIn script.) Neither Accept
> nor Reject does work for the events shown in the Scheduler - Incoming
> Messages dialog box. 

Yes, I experienced this myself, too. "Accept All" does work, though.

Reinhold
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/y09jTqjEwhXvPN0RAj8nAKCorValmrx2XdabVOEIssFGLj5lvgCfXEFD
rbT49+B8bOT0LxVDfqVHXf8=
=BIUG
-----END PGP SIGNATURE-----

Comment 2 Cornelius Schumacher 2004-01-11 21:26:45 UTC
Subject: kdepim/korganizer

CVS commit by cschumac: 

Fix "accept" and "reject" buttons.

CCMAIL:69434-done@bugs.kde.org


  M +29 -2     incomingdialog_base.ui   1.4


--- kdepim/korganizer/incomingdialog_base.ui  #1.3:1.4
@@ -1,3 +1,3 @@
-<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
+<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
 <class>IncomingDialog_base</class>
 <widget class="QDialog">
@@ -10,5 +10,5 @@
             <y>0</y>
             <width>525</width>
-            <height>262</height>
+            <height>265</height>
         </rect>
     </property>
@@ -33,4 +33,7 @@
                 <string>Retrieve &amp;Messages</string>
             </property>
+            <property name="accel">
+                <string>Alt+M</string>
+            </property>
         </widget>
         <widget class="QPushButton" row="5" column="1">
@@ -41,4 +44,7 @@
                 <string>&amp;Close</string>
             </property>
+            <property name="accel">
+                <string>Alt+C</string>
+            </property>
             <property name="default">
                 <bool>true</bool>
@@ -148,4 +154,7 @@
                 <string>Accept A&amp;ll</string>
             </property>
+            <property name="accel">
+                <string>Alt+L</string>
+            </property>
         </widget>
         <widget class="QPushButton" row="1" column="1">
@@ -156,4 +165,7 @@
                 <string>&amp;Accept</string>
             </property>
+            <property name="accel">
+                <string>Alt+A</string>
+            </property>
         </widget>
         <widget class="QPushButton" row="2" column="1">
@@ -164,4 +176,7 @@
                 <string>&amp;Reject</string>
             </property>
+            <property name="accel">
+                <string>Alt+R</string>
+            </property>
         </widget>
         <spacer row="4" column="1">
@@ -203,4 +218,16 @@
         <slot>acceptAllMessages()</slot>
     </connection>
+    <connection>
+        <sender>PushButton8</sender>
+        <signal>clicked()</signal>
+        <receiver>IncomingDialog_base</receiver>
+        <slot>acceptMessage()</slot>
+    </connection>
+    <connection>
+        <sender>PushButton9</sender>
+        <signal>clicked()</signal>
+        <receiver>IncomingDialog_base</receiver>
+        <slot>rejectMessage()</slot>
+    </connection>
 </connections>
 <tabstops>