summaryrefslogtreecommitdiffstats
path: root/kate
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-06-19 10:59:24 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-06-19 10:59:24 -0500
commitb545fc38fff0dea86958446b562e2945c02100ab (patch)
treeb10bb3e31e48ba386e0d6724207cf869a31f3858 /kate
parent99df2d37ded26be701f713c5144a14fad27a874b (diff)
downloadtdebase-b545fc38fff0dea86958446b562e2945c02100ab.tar.gz
tdebase-b545fc38fff0dea86958446b562e2945c02100ab.zip
Revert part of commit 9dbcc3d
This reopens Bug 692 but resolves an irritating taskbar bug in Kate
Diffstat (limited to 'kate')
-rw-r--r--kate/app/katemain.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/kate/app/katemain.cpp b/kate/app/katemain.cpp
index 33c049cef..fc1f600a2 100644
--- a/kate/app/katemain.cpp
+++ b/kate/app/katemain.cpp
@@ -231,24 +231,7 @@ extern "C" KDE_EXPORT int kdemain( int argc, char **argv )
else
wRef.call("restore");
}
- // The --use parameter forces Kate to use a single session window to host
- // all opened files. Generally, that parameter works. Yet when a file is
- // opened into Kate externally, such as from Konqueror, Kate will pop
- // forward (raise) but not grab the focus (show). The following snippet
- // resolves that problem. For whatever reason the hide call is needed
- // before the raise and show otherwise the snippet fails. Some extra glue
- // might be needed. With Kate open:
- // "Right-click" on the title bar
- // Select Advanced
- // Select Special Application Settings (Not Special Window Settings)
- // Select the Workarounds tab
- // Enable the Focus stealing prevention check box
- // Select the Force option
- // Select the None option
-
- wRef.call( "hide" );
wRef.call( "raise" );
- wRef.call( "show" );
// stop startup notification
TDEStartupInfo::appStarted( );