Updating branch refs/heads/master
to 3bc41bcdd9c8d502f74df0abb8efeb7d18b6ac41 (commit)
from b9ccca28898a0cb400338e50b6eac5b1a72ad51c (commit)
commit 3bc41bcdd9c8d502f74df0abb8efeb7d18b6ac41
Author: Ali Abdallah <[email protected]>
Date: Wed Feb 3 11:08:31 2010 +0100
Declare the GTypes used for polkit as static.
xfce4-session/xfsm-shutdown-helper.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/xfce4-session/xfsm-shutdown-helper.c
b/xfce4-session/xfsm-shutdown-helper.c
index 34aeba0..81bf46a 100644
--- a/xfce4-session/xfsm-shutdown-helper.c
+++ b/xfce4-session/xfsm-shutdown-helper.c
@@ -109,9 +109,9 @@ typedef enum
#ifdef ENABLE_POLKIT
/*DBus GTypes for polkit calls*/
-GType polkit_subject_gtype = G_TYPE_INVALID;
-GType polkit_details_gtype = G_TYPE_INVALID;
-GType polkit_result_gtype = G_TYPE_INVALID;
+static GType polkit_subject_gtype = G_TYPE_INVALID;
+static GType polkit_details_gtype = G_TYPE_INVALID;
+static GType polkit_result_gtype = G_TYPE_INVALID;
#endif /*ENABLE_POLKIT*/
struct _XfsmShutdownHelper
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits