diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2009-08-27 14:52:00 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2009-08-27 14:52:00 -0400 |
commit | f6d0564a4d48f60e52959eeb0cdc64c6170e0372 (patch) | |
tree | faac1c5ff643a6aba420f2248ac0390f317ad685 /src/status-provider.c | |
parent | 3a18ed4b656b9ee146e6f3fd5fdd56416d335724 (diff) | |
parent | 94f3cd1c8817d7203c5ba2b9abb57992f577f3a0 (diff) | |
download | ayatana-indicator-session-f6d0564a4d48f60e52959eeb0cdc64c6170e0372.tar.gz ayatana-indicator-session-f6d0564a4d48f60e52959eeb0cdc64c6170e0372.tar.bz2 ayatana-indicator-session-f6d0564a4d48f60e52959eeb0cdc64c6170e0372.zip |
* Upstream version 0.1
* debian/control: Looking for libdbusmenu* >= 0.1.0
* debian/control: Shortening the short description and lengthening
the long one. Fixes a bug (LP: #412024)
Diffstat (limited to 'src/status-provider.c')
-rw-r--r-- | src/status-provider.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/status-provider.c b/src/status-provider.c index 83d44ac..1139e54 100644 --- a/src/status-provider.c +++ b/src/status-provider.c @@ -99,10 +99,3 @@ status_provider_get_status (StatusProvider * sp) return class->get_status(sp); } -void -status_provider_emit_status_changed (StatusProvider * sp, StatusProviderStatus newstatus) -{ - g_return_if_fail(IS_STATUS_PROVIDER(sp)); - g_signal_emit(sp, signals[STATUS_CHANGED], 0, newstatus, TRUE); - return; -} |