summaryrefslogtreecommitdiff
path: root/www/quanta
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-10-17 23:10:23 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-10-17 23:10:23 +0000
commita487efcc2b52139f60dbc7636563b97170efcb7f (patch)
treecccabf81196ecb9e579fbf5ae2d8721355955207 /www/quanta
parentFix build error. (diff)
This applies a patch that corrects the document switching bug detailed
in the KDE Bugzilla report... http://bugs.kde.org/show_bug.cgi?id=48487
Notes
Notes: svn path=/head/; revision=68231
Diffstat (limited to 'www/quanta')
-rw-r--r--www/quanta/Makefile2
-rw-r--r--www/quanta/files/patch-quanta-quanta_init.c13
2 files changed, 14 insertions, 1 deletions
diff --git a/www/quanta/Makefile b/www/quanta/Makefile
index e9aa8cbe65e9..8cfbd195196b 100644
--- a/www/quanta/Makefile
+++ b/www/quanta/Makefile
@@ -10,7 +10,7 @@
PORTNAME= quanta
PORTVERSION= 3.0
-PORTREVISION= 3
+PORTREVISION= 4
PORTEPOCH= 2 # dammit! I hate this kludge.
CATEGORIES= www kde
diff --git a/www/quanta/files/patch-quanta-quanta_init.c b/www/quanta/files/patch-quanta-quanta_init.c
new file mode 100644
index 000000000000..527dd364fd03
--- /dev/null
+++ b/www/quanta/files/patch-quanta-quanta_init.c
@@ -0,0 +1,13 @@
+--- quanta/quanta_init.orig Wed Oct 16 21:04:59 2002
++++ quanta/quanta_init.cpp Wed Oct 16 21:01:26 2002
+@@ -1272,8 +1272,8 @@
+ // backAction = KStdAction::back ( this, SLOT( slotBack() ), actionCollection(), "w_back" );
+ // forwardAction = KStdAction::forward( this, SLOT( slotForward() ), actionCollection(), "w_forward" );
+
+- backAction = new KAction ( i18n("Back"), "back", ALT+Key_Left, this, SLOT( slotBack() ), actionCollection(), "w_back" );
+- forwardAction = new KAction ( i18n("Forward"), "forward", ALT+Key_Right, this, SLOT( slotForward() ), actionCollection(), "w_forward" );
++// backAction = new KAction ( i18n("Back"), "back", ALT+Key_Left, this, SLOT( slotBack() ), actionCollection(), "w_back" );
++// forwardAction = new KAction ( i18n("Forward"), "forward", ALT+Key_Right, this, SLOT( slotForward() ), actionCollection(), "w_forward" );
+
+ (void) new KAction( i18n( "&Reload Preview" ), "reload",
+ KStdAccel::key(KStdAccel::Reload),