diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-07-23 16:04:20 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-07-23 16:04:20 -0500 |
commit | a62291be0e2ae4e16647d3cdb5c329ef61356fc7 (patch) | |
tree | 70fb2075dedef683a4e4596fae7b7e97d0b228c9 /src | |
parent | a8ea5a0304e5ee14ee93532f0bc960c99039356a (diff) | |
download | ayatana-indicator-power-a62291be0e2ae4e16647d3cdb5c329ef61356fc7.tar.gz ayatana-indicator-power-a62291be0e2ae4e16647d3cdb5c329ef61356fc7.tar.bz2 ayatana-indicator-power-a62291be0e2ae4e16647d3cdb5c329ef61356fc7.zip |
copyediting
Diffstat (limited to 'src')
-rw-r--r-- | src/notifier.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/notifier.c b/src/notifier.c index f9f3ff6..364628c 100644 --- a/src/notifier.c +++ b/src/notifier.c @@ -96,7 +96,6 @@ notification_clear (IndicatorPowerNotifier * self) notify_notification_clear_actions(p->notify_notification); g_signal_handlers_disconnect_by_data(p->notify_notification, self); g_clear_object(&p->notify_notification); - } } |