[office-runner] Use G_SOURCE_CONTINUE macro
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [office-runner] Use G_SOURCE_CONTINUE macro
- Date: Wed, 6 Nov 2013 10:27:10 +0000 (UTC)
commit 0dabd2c6731eff94d1f55a90a68add13d22d516a
Author: Bastien Nocera <hadess hadess net>
Date: Wed Nov 6 02:00:19 2013 +0100
Use G_SOURCE_CONTINUE macro
Instead of TRUE, when we want the timeout to carry on.
src/office-runner.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/office-runner.c b/src/office-runner.c
index 47ddb12..1af56af 100644
--- a/src/office-runner.c
+++ b/src/office-runner.c
@@ -350,7 +350,7 @@ count_timeout (OfficeRunner *run)
gtk_label_set_text (GTK_LABEL (run->time_label), label);
g_free (label);
- return TRUE;
+ return G_SOURCE_CONTINUE;
}
static int
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]