PolicyKit: Branch 'master'

David Zeuthen david at kemper.freedesktop.org
Fri Apr 6 19:09:11 PDT 2007


 libpolkit/libpolkit-context.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree a1b5a12bd768c2d34d33c24af1853a424b875527 (from 339a8b626814b74a07d9005e1ef81a2b03b99938)
Author: David Zeuthen <davidz at redhat.com>
Date:   Fri Apr 6 22:09:00 2007 -0400

    watch the correct directory

diff --git a/libpolkit/libpolkit-context.c b/libpolkit/libpolkit-context.c
index ded91cc..2a05fbe 100644
--- a/libpolkit/libpolkit-context.c
+++ b/libpolkit/libpolkit-context.c
@@ -136,7 +136,7 @@ libpolkit_context_init (PolKitContext *p
                 _pk_debug ("No file monitor; cannot monitor '%s' for .priv file changes", dirname);
         } else {
                 pk_context->file_monitor_add_watch_func (pk_context, 
-                                                         dirname,
+                                                         pk_context->priv_dir,
                                                          POLKIT_CONTEXT_FILE_MONITOR_EVENT_CREATE|
                                                          POLKIT_CONTEXT_FILE_MONITOR_EVENT_DELETE|
                                                          POLKIT_CONTEXT_FILE_MONITOR_EVENT_CHANGE,


More information about the hal-commit mailing list