diff options
author | Ted Gould <ted@gould.cx> | 2010-03-16 16:35:01 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-16 16:35:01 -0500 |
commit | 02de3c1bb351ef18c404c4cd7fc2cf1e1a89a4eb (patch) | |
tree | 64c6e5977b2eb69a0a0409e19f0d8b9e583357d0 /src/lock-helper.c | |
parent | 62e8f11279fbf512ddae6591460f1746e768eb9a (diff) | |
download | ayatana-indicator-session-02de3c1bb351ef18c404c4cd7fc2cf1e1a89a4eb.tar.gz ayatana-indicator-session-02de3c1bb351ef18c404c4cd7fc2cf1e1a89a4eb.tar.bz2 ayatana-indicator-session-02de3c1bb351ef18c404c4cd7fc2cf1e1a89a4eb.zip |
Forgot to make this static.
Diffstat (limited to 'src/lock-helper.c')
-rw-r--r-- | src/lock-helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lock-helper.c b/src/lock-helper.c index 3c2a7d5..e150cbc 100644 --- a/src/lock-helper.c +++ b/src/lock-helper.c @@ -249,7 +249,7 @@ lockscreen_update (GConfClient *client, guint cnxn_id, GConfEntry *entry, gpoin } /* Notification handler for lock menuitems. */ -guint lock_notify = 0; +static guint lock_notify = 0; /* Sets the menu item to be updating. There can only be one. So we clear and reset if we get |