public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/okteta/files: 4.3.3-detect_changes_correctly.patch 4.3.3-fix_inverse_save_logic.patch
@ 2009-11-22 15:59 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2009-11-22 15:59 UTC (permalink / raw
  To: gentoo-commits

scarabeus    09/11/22 15:59:24

  Added:                4.3.3-detect_changes_correctly.patch
                        4.3.3-fix_inverse_save_logic.patch
  Log:
  Make okteta actualy functional. Per bug #292608.
  (Portage version: 2.2_rc51/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  kde-base/okteta/files/4.3.3-detect_changes_correctly.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/okteta/files/4.3.3-detect_changes_correctly.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/okteta/files/4.3.3-detect_changes_correctly.patch?rev=1.1&content-type=text/plain

Index: 4.3.3-detect_changes_correctly.patch
===================================================================
Index: branches/KDE/4.3/kdeutils/okteta/program/libkakao/core/system/kdocumentsyncmanager.cpp
===================================================================
--- branches/KDE/4.3/kdeutils/okteta/program/libkakao/core/system/kdocumentsyncmanager.cpp	(revision 1046928)
+++ branches/KDE/4.3/kdeutils/okteta/program/libkakao/core/system/kdocumentsyncmanager.cpp	(revision 1046929)
@@ -217,9 +217,9 @@
                 if( synchronizer )
                 {
                     AbstractSyncToRemoteJob *syncJob = synchronizer->startSyncToRemote();
-                    const bool syncFailed = JobManager::executeJob( syncJob, mWidget );
+                    const bool isSynced = JobManager::executeJob( syncJob, mWidget );
 
-                    canClose = !syncFailed;
+                    canClose = isSynced;
                 }
                 else
                     canClose = setSynchronizer( document );



1.1                  kde-base/okteta/files/4.3.3-fix_inverse_save_logic.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/okteta/files/4.3.3-fix_inverse_save_logic.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/okteta/files/4.3.3-fix_inverse_save_logic.patch?rev=1.1&content-type=text/plain

Index: 4.3.3-fix_inverse_save_logic.patch
===================================================================
Index: branches/KDE/4.3/kdeutils/okteta/program/libkakao/core/system/kdocumentsyncmanager.cpp
===================================================================
--- branches/KDE/4.3/kdeutils/okteta/program/libkakao/core/system/kdocumentsyncmanager.cpp	(revision 1046928)
+++ branches/KDE/4.3/kdeutils/okteta/program/libkakao/core/system/kdocumentsyncmanager.cpp	(revision 1046929)
@@ -217,9 +217,9 @@
                 if( synchronizer )
                 {
                     AbstractSyncToRemoteJob *syncJob = synchronizer->startSyncToRemote();
-                    const bool syncFailed = JobManager::executeJob( syncJob, mWidget );
+                    const bool isSynced = JobManager::executeJob( syncJob, mWidget );
 
-                    canClose = !syncFailed;
+                    canClose = isSynced;
                 }
                 else
                     canClose = setSynchronizer( document );






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-22 15:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-22 15:59 [gentoo-commits] gentoo-x86 commit in kde-base/okteta/files: 4.3.3-detect_changes_correctly.patch 4.3.3-fix_inverse_save_logic.patch Tomas Chvatal (scarabeus)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox