[gnome-panel/wip/free-the-fish: 2/8] Rename nothing.{cP, h} to free-the-fish.{c, h}



commit 383cb3854fc2bf1a4ef885cdd77d2f9314bb8762
Author: Sebastian Geiger <sbastig gmx net>
Date:   Tue Jun 2 12:21:31 2015 +0200

    Rename nothing.{cP,h} to free-the-fish.{c,h}
    
     * This commit also fixes the includes for both files.

 gnome-panel/Makefile.am                      |    4 ++--
 gnome-panel/{nothing.cP => free-the-fish.cP} |    2 +-
 gnome-panel/{nothing.h => free-the-fish.h}   |    0
 gnome-panel/main.c                           |    2 +-
 gnome-panel/panel-context-menu.c             |    2 +-
 gnome-panel/panel-run-dialog.c               |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gnome-panel/Makefile.am b/gnome-panel/Makefile.am
index 912c146..cf7a852 100644
--- a/gnome-panel/Makefile.am
+++ b/gnome-panel/Makefile.am
@@ -257,8 +257,8 @@ EXTRA_DIST =                                        \
        HighContrast.css \
        $(uitest_FILES)                         \
        panel-test-applets.gresource.xml        \
-       nothing.cP                              \
-       nothing.h                               \
+       free-the-fish.cP                        \
+       free-the-fish.h                         \
        panel-marshal.list                      \
        $(desktop_in_files)
 
diff --git a/gnome-panel/nothing.cP b/gnome-panel/free-the-fish.cP
similarity index 99%
rename from gnome-panel/nothing.cP
rename to gnome-panel/free-the-fish.cP
index b75abdc..7ababc2 100644
--- a/gnome-panel/nothing.cP
+++ b/gnome-panel/free-the-fish.cP
@@ -1,6 +1,6 @@
 #include <X11/Xlib.h>
 
-#include "nothing.h"
+#include "free-the-fish.h"
 
 /* phish code */
 #define PHSHFRAMES 8
diff --git a/gnome-panel/nothing.h b/gnome-panel/free-the-fish.h
similarity index 100%
rename from gnome-panel/nothing.h
rename to gnome-panel/free-the-fish.h
diff --git a/gnome-panel/main.c b/gnome-panel/main.c
index cd39636..55129b1 100644
--- a/gnome-panel/main.c
+++ b/gnome-panel/main.c
@@ -25,7 +25,7 @@
 #include "panel-layout.h"
 #include "xstuff.h"
 
-#include "nothing.cP"
+#include "free-the-fish.cP"
 
 /* globals */
 GSList *panels = NULL;
diff --git a/gnome-panel/panel-context-menu.c b/gnome-panel/panel-context-menu.c
index 607788d..125fbae 100644
--- a/gnome-panel/panel-context-menu.c
+++ b/gnome-panel/panel-context-menu.c
@@ -35,7 +35,7 @@
 #include <libpanel-util/panel-error.h>
 #include <libpanel-util/panel-show.h>
 
-#include "nothing.h"
+#include "free-the-fish.h"
 #include "panel-util.h"
 #include "panel.h"
 #include "menu.h"
diff --git a/gnome-panel/panel-run-dialog.c b/gnome-panel/panel-run-dialog.c
index e76a067..1d7fca2 100644
--- a/gnome-panel/panel-run-dialog.c
+++ b/gnome-panel/panel-run-dialog.c
@@ -48,7 +48,7 @@
 #include <libpanel-util/panel-show.h>
 #include <libpanel-util/panel-xdg.h>
 
-#include "nothing.h"
+#include "free-the-fish.h"
 #include "panel-util.h"
 #include "panel-globals.h"
 #include "panel-enums.h"


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