diff options
Diffstat (limited to 'src/indicator-datetime.c')
-rw-r--r-- | src/indicator-datetime.c | 3 |
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) { |