diff options
| author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2014-04-03 10:41:43 +0200 |
|---|---|---|
| committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2014-04-03 10:41:43 +0200 |
| commit | 28e20afc723657b0bb09176c56804a40c16de3e4 (patch) | |
| tree | c9c9e97bfdcd4a3b80e12ba61da3d0fcb6f37dc1 /shell/clock.c | |
| parent | 553d702ca72e3d5e4b1310344dea8595d13250fc (diff) | |
| download | graynard-28e20afc723657b0bb09176c56804a40c16de3e4.tar.gz graynard-28e20afc723657b0bb09176c56804a40c16de3e4.zip | |
clock: shorten not implemented label
It was slightly too big for the clock window and making it bigger.
Diffstat (limited to 'shell/clock.c')
| -rw-r--r-- | shell/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/clock.c b/shell/clock.c index afda643..6339055 100644 --- a/shell/clock.c +++ b/shell/clock.c @@ -144,7 +144,7 @@ volume_idle_cb (gpointer data) static GtkWidget * create_system_box (MaynardClock *self) { - return gtk_label_new ("Not implemented yet!"); + return gtk_label_new ("Not implemented"); } static GtkWidget * |
