aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-meeting-store.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-05-08 20:05:11 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-05-08 20:28:09 +0800
commit58ef54715147561c2b8d458dd75c44223c46ac10 (patch)
tree56fff6b4e7f64b2a62641e065e465bbac4f6bfcc /calendar/gui/e-meeting-store.c
parent0ccccead12fae581ea9be349154928c1215896d5 (diff)
downloadgsoc2013-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 'calendar/gui/e-meeting-store.c')
-rw-r--r--calendar/gui/e-meeting-store.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/e-meeting-store.c b/calendar/gui/e-meeting-store.c
index 6abb1371b5..695188f6cd 100644
--- a/calendar/gui/e-meeting-store.c
+++ b/calendar/gui/e-meeting-store.c
@@ -1568,8 +1568,8 @@ freebusy_async (gpointer data)
fbd->client, fbd->startt,
fbd->endt, fbd->users, NULL, NULL);
/* 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
*/
g_usleep (G_USEC_PER_SEC / 10);
g_signal_handler_disconnect (fbd->client, sigid);