Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 481524
Collapse All | Expand All

(-)/usr/bin/uzbl-tabbed (+6 lines)
Lines 466-471 Link Here
466
    def exit_all_tabs(self):
466
    def exit_all_tabs(self):
467
        self.uzbl_tabbed.quitrequest()
467
        self.uzbl_tabbed.quitrequest()
468
468
469
    def scroll_horiz(self, *args):
470
        print "scroll horiz"
471
472
    def scroll_vert(self, *args):
473
        print "scroll vert"
474
469
class InstanceEventDispatcher(EventDispatcher):
475
class InstanceEventDispatcher(EventDispatcher):
470
    def __init__(self, uzbl):
476
    def __init__(self, uzbl):
471
        self.uzbl   = uzbl
477
        self.uzbl   = uzbl

Return to bug 481524