~ubuntu-branches/ubuntu/precise/krusader/precise

« back to all changes in this revision

Viewing changes to debian/patches/rev1154581.patch

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2010-10-09 11:36:41 UTC
  • mfrom: (3.1.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20101009113641-gemgfz2que748uce
Tags: 1:2.2.0~beta1-2
* Grab upstream rev1154581.patch
  - Fixes "Can't stop krusader" (Closes: #587842)
* Urgency=medium for RC bug

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- ./krusader/panelmanager.cpp 2010/07/25 23:05:32     1154580
 
2
+++ ./krusader/panelmanager.cpp 2010/07/25 23:07:11     1154581
 
3
@@ -121,6 +121,7 @@
 
4
 
 
5
 //     _stack->setUpdatesEnabled(false);
 
6
     _stack->setCurrentWidget(_self);
 
7
+    kapp->processEvents();
 
8
     // make sure the view is focused (this also causes ListPanel::slotFocusOnMe() to be called)
 
9
     _self->view->widget()->setFocus();
 
10
 //     _stack->setUpdatesEnabled(true);