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

List:       kde-accessibility
Subject:    Re: [Kde-accessibility] Is this a kaccess bug?
From:       Alex Fiestas <alex () eyeos ! org>
Date:       2009-07-25 1:29:38
Message-ID: 26cac14c0907241829x2dbcba26p63d978d7a7301ff9 () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hi again
I've created a patch to evade the application of exit when the dialog is
closed, I do it by calling setQuitOnLastWindowClosed(false).

Is ok for you to commit it?


Thx!

On Fri, Jul 24, 2009 at 4:12 PM, Alex Fiestas <alex@eyeos.org> wrote:

> Hi
> When you push 5 times shift a dialog appear asking you a few things.
> If you click "No", the dialog disappear and kaccess dies :/
>
> Is that the behavior kaccess is supposed to have? If kaccess dies then the
> dialog doesn't appear again (even if I choose this option from the dialog),
> so that sounds odd to me.
>
> Thanks!
>

[Attachment #5 (text/html)]

Hi again<br>I&#39;ve created a patch to evade the application of exit when the dialog \
is closed, I do it by calling setQuitOnLastWindowClosed(false).<br><br>Is ok for you \
to commit it?<br><br><br>Thx!<br><br><div class="gmail_quote">

On Fri, Jul 24, 2009 at 4:12 PM, Alex Fiestas <span dir="ltr">&lt;<a \
href="mailto:alex@eyeos.org" target="_blank">alex@eyeos.org</a>&gt;</span> \
wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, \
204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Hi<br>When you push 5 times shift a dialog appear asking you a few things.<br>If you \
click &quot;No&quot;, the dialog disappear and kaccess dies :/<br><br>Is that the \
behavior kaccess is supposed to have? If kaccess dies then the dialog doesn&#39;t \
appear again (even if I choose this option from the dialog), so that sounds odd to \
me.<br>



<br>Thanks!<br>
</blockquote></div><br>

--0015174bde3c7aa22b046f7da737--


["kaccess.patch" (text/x-patch)]

Index: main.cpp
===================================================================
--- main.cpp	(revision 1001464)
+++ main.cpp	(working copy)
@@ -42,7 +42,11 @@
       return 1;
     }
   kDebug() << "X server XKB extension major=" << major << " minor=" << minor;
-
+  
+  //This application have a ui that is visible only some times, we've to evade
+  //The application of exit when the last window is closed.
+  app.setQuitOnLastWindowClosed(false);
+  
   app.setXkbOpcode(xkb_opcode);
   app.disableSessionManagement();
   return app.exec();


_______________________________________________
kde-accessibility mailing list
kde-accessibility@kde.org
https://mail.kde.org/mailman/listinfo/kde-accessibility


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

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