diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-09-11 21:25:02 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-09-11 21:25:02 -0500 |
commit | ee19af5cf98a77eb3e5df03769265193be1384f5 (patch) | |
tree | 840e99e89b26c6a36087f0c13339db3e293bcc64 | |
parent | bf9cf29c75b5f43985db7b7651e57a67e0e11023 (diff) | |
download | libayatana-indicator-ee19af5cf98a77eb3e5df03769265193be1384f5.tar.gz libayatana-indicator-ee19af5cf98a77eb3e5df03769265193be1384f5.tar.bz2 libayatana-indicator-ee19af5cf98a77eb3e5df03769265193be1384f5.zip |
No newline at end of file
-rw-r--r-- | libindicator/indicator-object.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libindicator/indicator-object.c b/libindicator/indicator-object.c index 1119657..ba2d377 100644 --- a/libindicator/indicator-object.c +++ b/libindicator/indicator-object.c @@ -933,4 +933,5 @@ set_property (GObject * object, G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); break; } -}
\ No newline at end of file +} + |