[gnome-applets] trash: rename trashapplet.{c, h} to trash-applet.{c, h}



commit 7b302b43fc434c0c2b7e3ea0d8ad77c9a822df35
Author: Sebastian Geiger <sbastig gmx net>
Date:   Thu Jul 28 23:57:44 2016 +0200

    trash: rename trashapplet.{c,h} to trash-applet.{c,h}

 trash/src/Makefile.am                       |    3 ++-
 trash/src/{trashapplet.c => trash-applet.c} |    1 -
 trash/src/{trashapplet.h => trash-applet.h} |    1 -
 3 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/trash/src/Makefile.am b/trash/src/Makefile.am
index 807efc6..0425160 100644
--- a/trash/src/Makefile.am
+++ b/trash/src/Makefile.am
@@ -14,7 +14,8 @@ trashapplet_CPPFLAGS = \
 libexec_PROGRAMS = trashapplet
 
 trashapplet_SOURCES = \
-       trashapplet.c \
+       trash-applet.c \
+       trash-applet.h \
        trash-empty.h \
        trash-empty.c
 
diff --git a/trash/src/trashapplet.c b/trash/src/trash-applet.c
similarity index 99%
rename from trash/src/trashapplet.c
rename to trash/src/trash-applet.c
index 6cf9b72..4f49941 100644
--- a/trash/src/trashapplet.c
+++ b/trash/src/trash-applet.c
@@ -1,5 +1,4 @@
 /* -*- mode: c; c-basic-offset: 8 -*-
- * trashapplet.c
  *
  * Copyright (c) 2004  Michiel Sikkes <michiel eyesopened nl>,
  *               2004  Emmanuele Bassi <ebassi gmail com>
diff --git a/trash/src/trashapplet.h b/trash/src/trash-applet.h
similarity index 99%
rename from trash/src/trashapplet.h
rename to trash/src/trash-applet.h
index 0118887..7df26db 100644
--- a/trash/src/trashapplet.h
+++ b/trash/src/trash-applet.h
@@ -1,5 +1,4 @@
 /* -*- mode: c; c-basic-offset: 8 -*-
- * trashapplet.h
  *
  * Copyright (c) 2004  Michiel Sikkes <michiel eyesopened nl>,
  *               2004  Emmanuele Bassi <ebassi gmail com>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]