[Bps-public-commit] r10217 - in RT-Client-Console: trunk/lib/RT/Client/Console/Session/Ticket
dams at bestpractical.com
dams at bestpractical.com
Mon Dec 31 14:50:20 EST 2007
Author: dams
Date: Mon Dec 31 14:50:20 2007
New Revision: 10217
Modified:
RT-Client-Console/ (props changed)
RT-Client-Console/trunk/lib/RT/Client/Console/Session/Ticket/Header.pm
Log:
r65 at pundit: dams | 2007-12-31 19:50:21 +0000
fixed badly applied patch
Modified: RT-Client-Console/trunk/lib/RT/Client/Console/Session/Ticket/Header.pm
==============================================================================
--- RT-Client-Console/trunk/lib/RT/Client/Console/Session/Ticket/Header.pm (original)
+++ RT-Client-Console/trunk/lib/RT/Client/Console/Session/Ticket/Header.pm Mon Dec 31 14:50:20 2007
@@ -27,9 +27,9 @@
my ($screen_w, $screen_h);
$class->get_curses_handler()->getmaxyx($screen_h, $screen_w);
-+ $heap->{pos_x } = 0;
-+ $heap->{pos_y } = 1; # tabs-bar
-+ $heap->{width } = $screen_w * 2 / 3 - 2; # - border
+ $heap->{pos_x } = 0;
+ $heap->{pos_y } = 1; # tabs-bar
+ $heap->{width } = $screen_w * 2 / 3 - 2; # - border
$heap->{height} = 5;
},
More information about the Bps-public-commit
mailing list