diff options
author | Cody Russell <crussell@canonical.com> | 2010-02-08 11:24:13 -0600 |
---|---|---|
committer | Cody Russell <crussell@canonical.com> | 2010-02-08 11:24:13 -0600 |
commit | 19ebc417eafb4cea2e9e1d5656c46148d8f100ed (patch) | |
tree | 18455ac8192f0da0be55d857e1b78613c8eeaf0f /src/session-service.c | |
parent | 6335f484c1ebe1ee6f0c940614bf4dbdfaeb2e8d (diff) | |
download | ayatana-indicator-session-19ebc417eafb4cea2e9e1d5656c46148d8f100ed.tar.gz ayatana-indicator-session-19ebc417eafb4cea2e9e1d5656c46148d8f100ed.tar.bz2 ayatana-indicator-session-19ebc417eafb4cea2e9e1d5656c46148d8f100ed.zip |
Remove unnecessary cast
Diffstat (limited to 'src/session-service.c')
-rw-r--r-- | src/session-service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/session-service.c b/src/session-service.c index 621ab72..791611e 100644 --- a/src/session-service.c +++ b/src/session-service.c @@ -124,7 +124,7 @@ ensure_gconf_client (void) notify_lockdown_id = gconf_client_notify_add (gconf_client, LOCKDOWN_KEY, - (GConfClientNotifyFunc)lockdown_changed, + lockdown_changed, NULL, NULL, NULL); |