[Stoq-devel] [Bug 3189] Ao tentar utilizar o duplo clique do mouse para exibir detalhes nada acontece

bugzilla-daemon at async.com.br bugzilla-daemon at async.com.br
Mon Feb 26 15:07:50 BRT 2007


http://bugs.async.com.br/show_bug.cgi?id=3189


Johan Dahlin <jdahlin at async.com.br> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #3881|review?(jdahlin at async.com.br|review+
               Flag|)                           |




--- Comment #11 from Johan Dahlin <jdahlin at async.com.br>  2007-02-26 15:07:49 BRT ---
(From update of attachment 3881)
>Index: stoq/gui/receivable/receivable.py

>+    def on_receivables__row_activated(self, klist, receivable_view):
>+        self._show_details(receivable_view)

>Index: stoq/gui/purchase/purchase.py

>+    def on_orders__row_activated(self, klist, purchase_order_view):
>+        self._run_details_dialog()

>Index: stoq/gui/payable/payable.py

>+    def on_payables__row_activated(self, klist, payable_view):
>+        self._show_details(payable_view)

Isso é bom, pode fazer checkin. Não precisa a outra mudaça pra isso.


-- 
Configure bugmail: http://bugs.async.com.br/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Stoq-devel mailing list