aboutsummaryrefslogtreecommitdiff
path: root/src/notifier.c
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-07-23 16:04:20 -0500
committerCharles Kerr <charles.kerr@canonical.com>2014-07-23 16:04:20 -0500
commita62291be0e2ae4e16647d3cdb5c329ef61356fc7 (patch)
tree70fb2075dedef683a4e4596fae7b7e97d0b228c9 /src/notifier.c
parenta8ea5a0304e5ee14ee93532f0bc960c99039356a (diff)
downloadayatana-indicator-power-a62291be0e2ae4e16647d3cdb5c329ef61356fc7.tar.gz
ayatana-indicator-power-a62291be0e2ae4e16647d3cdb5c329ef61356fc7.tar.bz2
ayatana-indicator-power-a62291be0e2ae4e16647d3cdb5c329ef61356fc7.zip
copyediting
Diffstat (limited to 'src/notifier.c')
-rw-r--r--src/notifier.c1
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);
-
}
}