[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/polkit-qt-1
From:       Radek Novacek <rnovacek () redhat ! com>
Date:       2009-10-07 8:07:22
Message-ID: 1254902842.797607.30476.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1032183 by rnovacek:

Fixed missing g_cancellable_new() calls

 M  +3 -0      authority.cpp  


--- branches/work/polkit-qt-1/authority.cpp #1032182:1032183
@@ -160,6 +160,9 @@
     m_registerAuthenticationAgentCancellable = g_cancellable_new();
     m_unregisterAuthenticationAgentCancellable = g_cancellable_new();
     m_authenticationAgentResponseCancellable = g_cancellable_new();
+    m_enumerateTemporaryAuthorizationsCancellable = g_cancellable_new();
+    m_revokeTemporaryAuthorizationsCancellable = g_cancellable_new();
+    m_revokeTemporaryAuthorizationCancellable = g_cancellable_new();
 
     if (pkAuthority == NULL) {
         pkAuthority = polkit_authority_get();
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic