diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-05-08 20:05:11 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-05-08 20:28:09 +0800 |
commit | 58ef54715147561c2b8d458dd75c44223c46ac10 (patch) | |
tree | 56fff6b4e7f64b2a62641e065e465bbac4f6bfcc /plugins | |
parent | 0ccccead12fae581ea9be349154928c1215896d5 (diff) | |
download | gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.tar gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.tar.gz gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.tar.bz2 gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.tar.lz gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.tar.xz gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.tar.zst gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.zip |
Coding style and whitespace cleanup.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/publish-calendar/publish-format-fb.c | 4 | ||||
-rw-r--r-- | plugins/templates/templates.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/publish-calendar/publish-format-fb.c b/plugins/publish-calendar/publish-format-fb.c index c062994720..28393040da 100644 --- a/plugins/publish-calendar/publish-format-fb.c +++ b/plugins/publish-calendar/publish-format-fb.c @@ -120,8 +120,8 @@ write_calendar (const gchar *uid, gboolean done = FALSE; /* This is to workaround broken dispatch of "free-busy-data" signal, - introduced in 3.8.0. This code can be removed once the below bug is - properly fixed: https://bugzilla.gnome.org/show_bug.cgi?id=692361 + * introduced in 3.8.0. This code can be removed once the below bug is + * properly fixed: https://bugzilla.gnome.org/show_bug.cgi?id=692361 */ while (!done) { g_usleep (G_USEC_PER_SEC / 10); diff --git a/plugins/templates/templates.c b/plugins/templates/templates.c index 2ef7453dfb..69fae43ee2 100644 --- a/plugins/templates/templates.c +++ b/plugins/templates/templates.c @@ -100,7 +100,7 @@ static gboolean plugin_enabled; static void disconnect_signals_on_dispose (gpointer object_with_signal, - GObject *signal_data) + GObject *signal_data) { g_signal_handlers_disconnect_by_data (object_with_signal, signal_data); } |