diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-10-23 16:33:42 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-12-10 02:48:05 +0100 |
commit | c56af1dd8df101f4c25416f1c714c4345bdb3908 (patch) | |
tree | a1d7dcbf6472bb861a977303fb4b4ab896285f39 /src/data/kwebapp | |
parent | Fix tabs restore when some of them were pinned (diff) | |
download | rekonq-c56af1dd8df101f4c25416f1c714c4345bdb3908.tar.xz |
Add 1.x compatibility kwebapp script and moved webapp logic to 2.0
Diffstat (limited to 'src/data/kwebapp')
-rwxr-xr-x | src/data/kwebapp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/data/kwebapp b/src/data/kwebapp new file mode 100755 index 00000000..1deef738 --- /dev/null +++ b/src/data/kwebapp @@ -0,0 +1,2 @@ +#!/bin/sh +rekonq --webapp $1 |