From a487efcc2b52139f60dbc7636563b97170efcb7f Mon Sep 17 00:00:00 2001 From: Alan Eldridge Date: Thu, 17 Oct 2002 23:10:23 +0000 Subject: 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 --- www/quanta/Makefile | 2 +- www/quanta/files/patch-quanta-quanta_init.c | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 www/quanta/files/patch-quanta-quanta_init.c (limited to 'www/quanta') 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), -- cgit v1.2.3