[gnome-online-accounts] panel: Rename files to match control-center



commit b2636deca4846aea82bfd9850b5430af74f556bd
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jun 24 13:55:13 2011 +0100

    panel: Rename files to match control-center

 src/panel/Makefile.am                              |    7 ++++---
 ...laccountsmodel.c => cc-online-accounts-model.c} |    2 +-
 ...laccountsmodel.h => cc-online-accounts-model.h} |    0
 .../{goapanel.c => cc-online-accounts-panel.c}     |    4 ++--
 .../{goapanel.h => cc-online-accounts-panel.h}     |    0
 5 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/src/panel/Makefile.am b/src/panel/Makefile.am
index 38e675f..1faa4f2 100644
--- a/src/panel/Makefile.am
+++ b/src/panel/Makefile.am
@@ -20,9 +20,10 @@ ccpanelsdir = $(libdir)/control-center-1/panels
 ccpanels_LTLIBRARIES = libgoa-panel.la
 
 libgoa_panel_la_SOURCES =					\
-	goapanel.h			goapanel.c		\
-	goapanelaccountsmodel.h		goapanelaccountsmodel.c	\
-	$(NULL)
+	cc-online-accounts-panel.c				\
+	cc-online-accounts-panel.h				\
+	cc-online-accounts-model.c				\
+	cc-online-accounts-model.h
 
 libgoa_panel_la_CFLAGS =					\
 	$(GLIB_CFLAGS) 						\
diff --git a/src/panel/goapanelaccountsmodel.c b/src/panel/cc-online-accounts-model.c
similarity index 99%
rename from src/panel/goapanelaccountsmodel.c
rename to src/panel/cc-online-accounts-model.c
index 47aa20b..0bc97c4 100644
--- a/src/panel/goapanelaccountsmodel.c
+++ b/src/panel/cc-online-accounts-model.c
@@ -26,7 +26,7 @@
 
 #include <goabackend/goabackend.h>
 
-#include "goapanelaccountsmodel.h"
+#include "cc-online-accounts-model.h"
 
 struct _GoaPanelAccountsModel
 {
diff --git a/src/panel/goapanelaccountsmodel.h b/src/panel/cc-online-accounts-model.h
similarity index 100%
rename from src/panel/goapanelaccountsmodel.h
rename to src/panel/cc-online-accounts-model.h
diff --git a/src/panel/goapanel.c b/src/panel/cc-online-accounts-panel.c
similarity index 99%
rename from src/panel/goapanel.c
rename to src/panel/cc-online-accounts-panel.c
index cdf7a3a..75f1aad 100644
--- a/src/panel/goapanel.c
+++ b/src/panel/cc-online-accounts-panel.c
@@ -28,8 +28,8 @@
 #include <goa/goa.h>
 #include <goabackend/goabackend.h>
 
-#include "goapanel.h"
-#include "goapanelaccountsmodel.h"
+#include "cc-online-accounts-panel.h"
+#include "cc-online-accounts-model.h"
 
 typedef struct _GoaPanelClass GoaPanelClass;
 
diff --git a/src/panel/goapanel.h b/src/panel/cc-online-accounts-panel.h
similarity index 100%
rename from src/panel/goapanel.h
rename to src/panel/cc-online-accounts-panel.h



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