<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>112041</bug_id>
          
          <creation_ts>2005-09-04 20:13:24 +0000</creation_ts>
          <short_desc>can&apos;t quit atlantik, need to xkill</short_desc>
          <delta_ts>2005-11-29 22:39:57 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Applications</classification>
          <product>atlantik</product>
          <component>general</component>
          <version>0.7.5</version>
          <rep_platform>unspecified</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Mathieu Jobin">opensource</reporter>
          <assigned_to name="Rob Kaper">webmaster</assigned_to>
          <cc>4maillists</cc>
    
    <cc>chriswhite</cc>
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>370827</commentid>
    <comment_count>0</comment_count>
    <who name="Mathieu Jobin">opensource</who>
    <bug_when>2005-09-04 20:13:24 +0000</bug_when>
    <thetext>Version:           0.7.5 (using KDE 3.4.90 (alpha1, &gt;= 20050806), Gentoo)
Compiler:          gcc version 3.3.5-20050130 (Gentoo Linux 3.3.5.20050130-r1, ssp-3.3.5.20050130-1, pie-8.7.7.1)
OS:                Linux (i686) release 2.6.12-gentoo-r6

clicking the X on the titlebar, or File-&gt;Quit does nothing....

I always need to kill atlantik using xkill

(3.4.2 and 3.5alpha1)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>375703</commentid>
    <comment_count>1</comment_count>
    <who name="Chris White">chriswhite</who>
    <bug_when>2005-09-24 18:37:11 +0000</bug_when>
    <thetext>I can confirm this as well.  Only package in all of kdegames that does it.  Same app version gcc 3.4, 2.6.12 kernel, kde beta1 release.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>376152</commentid>
    <comment_count>2</comment_count>
    <who name="Rob Kaper">webmaster</who>
    <bug_when>2005-09-26 10:35:29 +0000</bug_when>
    <thetext>I do recall making use of some closeEvent magic to prevent accidental exits during a running game, but as this works fine for me on 3.4.0 I fear a regression somewhere in kdelibs. Unfortunately I currently have no time or means to actively maintain Atlantik..</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>393774</commentid>
    <comment_count>3</comment_count>
    <who name="Rob Kaper">webmaster</who>
    <bug_when>2005-11-29 06:18:47 +0000</bug_when>
    <thetext>*** Bug 112046 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>393776</commentid>
    <comment_count>4</comment_count>
    <who name="Rob Kaper">webmaster</who>
    <bug_when>2005-11-29 06:18:55 +0000</bug_when>
    <thetext>*** Bug 117255 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>393971</commentid>
    <comment_count>5</comment_count>
    <who name="Albert Astals Cid">aacid</who>
    <bug_when>2005-11-29 22:39:56 +0000</bug_when>
    <thetext>SVN commit 484216 by aacid:

Fix bug 112041, atlantik can not close
This will be on KDE 3.5.1
Stephan you should be really, really, really more careful when doing this substituions ;-(
BUG: 112041


 M  +1 -1      atlantik.cpp  


--- branches/KDE/3.5/kdegames/atlantik/client/atlantik.cpp #484215:484216
@@ -838,7 +838,7 @@
 	Game *gameSelf = m_atlanticCore-&gt;gameSelf();
 	Player *playerSelf = m_atlanticCore-&gt;playerSelf();
 
-	int result = KMessageBox::Yes;
+	int result = KMessageBox::Continue;
 	if ( gameSelf &amp;&amp; !playerSelf-&gt;isBankrupt() &amp;&amp; m_runningGame )
 		result = KMessageBox::warningContinueCancel( this, i18n(&quot;You are currently part of an active game. Are you sure you want to close Atlantik? If you do, you forfeit the game.&quot;), i18n(&quot;Close &amp; Forfeit?&quot;), i18n(&quot;Close &amp;&amp; Forfeit&quot;) );
 
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>