diff options
| -rw-r--r-- | LICENSE | 2 | ||||
| -rw-r--r-- | shell/Makefile.am | 2 | ||||
| -rw-r--r-- | shell/maynard.c (renamed from shell/gtk-shell.c) | 0 |
3 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -shell/gtk-shell.c is licensed under the MIT License: +shell/maynard.c is licensed under the MIT License: Copyright (c) 2013 Tiago Vignatti Copyright (c) 2013-2014 Collabora Ltd. diff --git a/shell/Makefile.am b/shell/Makefile.am index 905ae23..f66716a 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -4,7 +4,7 @@ AM_CFLAGS = $(GCC_CFLAGS) AM_CPPFLAGS = $(CLIENT_CFLAGS) $(GTK_CFLAGS) maynard_SOURCES = \ - gtk-shell.c \ + maynard.c \ app-icon.c \ app-icon.h \ clock.c \ diff --git a/shell/gtk-shell.c b/shell/maynard.c index 133f3ba..133f3ba 100644 --- a/shell/gtk-shell.c +++ b/shell/maynard.c |
