[gnome-commander] Rename gnome-cmd-profile-component.{cc, h} -> gnome-cmd-advrename-profile-component.{cc, h}



commit b2ecb100b93ac9965e3fca5ee95f85be246d948e
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Sun Jun 5 13:16:28 2011 +0200

    Rename gnome-cmd-profile-component.{cc,h} -> gnome-cmd-advrename-profile-component.{cc,h}

 po/POTFILES.in                                     |    2 +-
 src/Makefile.am                                    |    2 +-
 src/dialogs/gnome-cmd-advrename-dialog.cc          |    2 +-
 src/dialogs/gnome-cmd-edit-profile-dialog.cc       |    2 +-
 ...cc => gnome-cmd-advrename-profile-component.cc} |    2 +-
 ...t.h => gnome-cmd-advrename-profile-component.h} |    0
 6 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/po/POTFILES.in b/po/POTFILES.in
index baaaed3..bf29359 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -19,6 +19,7 @@ src/dialogs/gnome-cmd-search-dialog.cc
 src/dirlist.cc
 src/eggcellrendererkeys.cc
 src/gnome-cmd-about-plugin.cc
+src/gnome-cmd-advrename-profile-component.cc
 src/gnome-cmd-chmod-component.cc
 src/gnome-cmd-chmod-dialog.cc
 src/gnome-cmd-chown-component.cc
@@ -47,7 +48,6 @@ src/gnome-cmd-patternsel-dialog.cc
 src/gnome-cmd-prepare-copy-dialog.cc
 src/gnome-cmd-prepare-move-dialog.cc
 src/gnome-cmd-prepare-xfer-dialog.cc
-src/gnome-cmd-profile-component.cc
 src/gnome-cmd-python-plugin.cc
 src/gnome-cmd-quicksearch-popup.cc
 src/gnome-cmd-remote-dialog.cc
diff --git a/src/Makefile.am b/src/Makefile.am
index c597079..99785ad 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -22,6 +22,7 @@ gnome_commander_SOURCES = \
 	filter.h filter.cc \
 	gnome-cmd-about-plugin.h gnome-cmd-about-plugin.cc \
 	gnome-cmd-advrename-lexer.h gnome-cmd-advrename-lexer.ll \
+	gnome-cmd-advrename-profile-component.h gnome-cmd-advrename-profile-component.cc \
 	gnome-cmd-app.h gnome-cmd-app.cc \
 	gnome-cmd-chmod-component.h gnome-cmd-chmod-component.cc \
 	gnome-cmd-chmod-dialog.h gnome-cmd-chmod-dialog.cc \
@@ -65,7 +66,6 @@ gnome_commander_SOURCES = \
 	gnome-cmd-prepare-copy-dialog.h gnome-cmd-prepare-copy-dialog.cc \
 	gnome-cmd-prepare-move-dialog.h gnome-cmd-prepare-move-dialog.cc \
 	gnome-cmd-prepare-xfer-dialog.h gnome-cmd-prepare-xfer-dialog.cc \
-	gnome-cmd-profile-component.h gnome-cmd-profile-component.cc \
 	gnome-cmd-regex.h \
 	gnome-cmd-remote-dialog.h gnome-cmd-remote-dialog.cc \
 	gnome-cmd-quicksearch-popup.h gnome-cmd-quicksearch-popup.cc \
diff --git a/src/dialogs/gnome-cmd-advrename-dialog.cc b/src/dialogs/gnome-cmd-advrename-dialog.cc
index 320c735..5b73936 100644
--- a/src/dialogs/gnome-cmd-advrename-dialog.cc
+++ b/src/dialogs/gnome-cmd-advrename-dialog.cc
@@ -34,7 +34,7 @@
 #include "gnome-cmd-file.h"
 #include "gnome-cmd-manage-profiles-dialog.h"
 #include "gnome-cmd-menu-button.h"
-#include "gnome-cmd-profile-component.h"
+#include "gnome-cmd-advrename-profile-component.h"
 #include "gnome-cmd-treeview.h"
 #include "utils.h"
 #include "tags/gnome-cmd-tags.h"
diff --git a/src/dialogs/gnome-cmd-edit-profile-dialog.cc b/src/dialogs/gnome-cmd-edit-profile-dialog.cc
index 5bae39d..f1cd332 100644
--- a/src/dialogs/gnome-cmd-edit-profile-dialog.cc
+++ b/src/dialogs/gnome-cmd-edit-profile-dialog.cc
@@ -21,7 +21,7 @@
 #include <config.h>
 
 #include "gnome-cmd-includes.h"
-#include "gnome-cmd-profile-component.h"
+#include "gnome-cmd-advrename-profile-component.h"
 #include "gnome-cmd-edit-profile-dialog.h"
 #include "utils.h"
 
diff --git a/src/gnome-cmd-profile-component.cc b/src/gnome-cmd-advrename-profile-component.cc
similarity index 99%
rename from src/gnome-cmd-profile-component.cc
rename to src/gnome-cmd-advrename-profile-component.cc
index e90eed4..1e4daf7 100644
--- a/src/gnome-cmd-profile-component.cc
+++ b/src/gnome-cmd-advrename-profile-component.cc
@@ -23,7 +23,7 @@
 #include <vector>
 
 #include "gnome-cmd-includes.h"
-#include "gnome-cmd-profile-component.h"
+#include "gnome-cmd-advrename-profile-component.h"
 #include "gnome-cmd-data.h"
 #include "gnome-cmd-convert.h"
 #include "gnome-cmd-menu-button.h"
diff --git a/src/gnome-cmd-profile-component.h b/src/gnome-cmd-advrename-profile-component.h
similarity index 100%
rename from src/gnome-cmd-profile-component.h
rename to src/gnome-cmd-advrename-profile-component.h



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