diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-10-17 23:10:23 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-10-17 23:10:23 +0000 |
commit | a487efcc2b52139f60dbc7636563b97170efcb7f (patch) | |
tree | cccabf81196ecb9e579fbf5ae2d8721355955207 /www/quanta | |
parent | ee96d11805f7f6ebd98e7f20b51d6f681c8eb97d (diff) | |
download | ports-a487efcc2b52139f60dbc7636563b97170efcb7f.tar.gz ports-a487efcc2b52139f60dbc7636563b97170efcb7f.zip |
Notes
Diffstat (limited to 'www/quanta')
-rw-r--r-- | www/quanta/Makefile | 2 | ||||
-rw-r--r-- | www/quanta/files/patch-quanta-quanta_init.c | 13 |
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), |