aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-01-05 15:27:28 -0600
committerTed Gould <ted@gould.cx>2010-01-05 15:27:28 -0600
commite154d9e960566730478182bae00405c8f00d4f32 (patch)
treeb61c08f8641c79dd68ab92f95808ad33dd02071c
parent1b1e09892912bec1d76d91ae4b7de42f28c186fd (diff)
downloadayatana-indicator-datetime-e154d9e960566730478182bae00405c8f00d4f32.tar.gz
ayatana-indicator-datetime-e154d9e960566730478182bae00405c8f00d4f32.tar.bz2
ayatana-indicator-datetime-e154d9e960566730478182bae00405c8f00d4f32.zip
Adding comments.
-rw-r--r--src/indicator-datetime.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/indicator-datetime.c b/src/indicator-datetime.c
index 253c86a..1112536 100644
--- a/src/indicator-datetime.c
+++ b/src/indicator-datetime.c
@@ -94,6 +94,7 @@ indicator_datetime_finalize (GObject *object)
return;
}
+/* Updates the label to be the current time. */
static void
update_label (GtkLabel * label)
{
@@ -120,6 +121,8 @@ update_label (GtkLabel * label)
return;
}
+/* Grabs the label. Creates it if it doesn't
+ exist already */
static GtkLabel *
get_label (IndicatorObject * io)
{