kuuko pushed a commit to branch master. http://git.enlightenment.org/misc/polkit-efl.git/commit/?id=2b5332714d4ad18e317484b2cf3e82998ddbeeb8
commit 2b5332714d4ad18e317484b2cf3e82998ddbeeb8 Author: Kai Huuhko <[email protected]> Date: Tue Jun 10 00:07:38 2014 +0300 Fix resend signals cb --- polkit-efl-authentication-agent-1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkit-efl-authentication-agent-1 b/polkit-efl-authentication-agent-1 index 4f6db54..6ef894b 100755 --- a/polkit-efl-authentication-agent-1 +++ b/polkit-efl-authentication-agent-1 @@ -633,7 +633,7 @@ class AuthenticationDialog(Window): ) # TODO: Display a desktop notification here? - def resend_signals(self): + def resend_signals(self, *args): if self.hiding: self.layout.signal_emit("polkit,hide") else: --
