[gnome-commander] Move src/gnome-cmd-remote-dialog.{cc, h} to src/dialogs/



commit eb893d1801435d67abbcbd1c571f3ccc58215f84
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Mon Sep 12 20:02:44 2011 +0200

    Move src/gnome-cmd-remote-dialog.{cc,h} to src/dialogs/

 po/POTFILES.in                               |    2 +-
 src/Makefile.am                              |    1 -
 src/dialogs/Makefile.am                      |    3 ++-
 src/{ => dialogs}/gnome-cmd-remote-dialog.cc |    0
 src/{ => dialogs}/gnome-cmd-remote-dialog.h  |    0
 src/gnome-cmd-user-actions.cc                |    2 +-
 6 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 549ff3b..143916a 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -15,6 +15,7 @@ src/dialogs/gnome-cmd-key-shortcuts-dialog.cc
 src/dialogs/gnome-cmd-manage-bookmarks-dialog.cc
 src/dialogs/gnome-cmd-manage-profiles-dialog.h
 src/dialogs/gnome-cmd-mkdir-dialog.cc
+src/dialogs/gnome-cmd-remote-dialog.cc
 src/dialogs/gnome-cmd-search-dialog.cc
 src/dirlist.cc
 src/eggcellrendererkeys.cc
@@ -50,7 +51,6 @@ src/gnome-cmd-prepare-move-dialog.cc
 src/gnome-cmd-prepare-xfer-dialog.cc
 src/gnome-cmd-python-plugin.cc
 src/gnome-cmd-quicksearch-popup.cc
-src/gnome-cmd-remote-dialog.cc
 src/gnome-cmd-rename-dialog.cc
 src/gnome-cmd-selection-profile-component.cc
 src/gnome-cmd-smb-path.cc
diff --git a/src/Makefile.am b/src/Makefile.am
index 6a401c2..c25a004 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -68,7 +68,6 @@ gnome_commander_SOURCES = \
 	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-regex.h \
-	gnome-cmd-remote-dialog.h gnome-cmd-remote-dialog.cc \
 	gnome-cmd-quicksearch-popup.h gnome-cmd-quicksearch-popup.cc \
 	gnome-cmd-rename-dialog.h gnome-cmd-rename-dialog.cc \
 	gnome-cmd-selection-profile-component.h gnome-cmd-selection-profile-component.cc \
diff --git a/src/dialogs/Makefile.am b/src/dialogs/Makefile.am
index 87ef75b..e46daaa 100644
--- a/src/dialogs/Makefile.am
+++ b/src/dialogs/Makefile.am
@@ -24,6 +24,7 @@ libgcmd_dialogs_a_SOURCES = \
 	gnome-cmd-key-shortcuts-dialog.h gnome-cmd-key-shortcuts-dialog.cc \
 	gnome-cmd-edit-profile-dialog.h \
 	gnome-cmd-manage-profiles-dialog.h \
-	gnome-cmd-search-dialog.h gnome-cmd-search-dialog.cc
+	gnome-cmd-search-dialog.h gnome-cmd-search-dialog.cc \
+	gnome-cmd-remote-dialog.h gnome-cmd-remote-dialog.cc
 
 -include $(top_srcdir)/git.mk
diff --git a/src/gnome-cmd-remote-dialog.cc b/src/dialogs/gnome-cmd-remote-dialog.cc
similarity index 100%
rename from src/gnome-cmd-remote-dialog.cc
rename to src/dialogs/gnome-cmd-remote-dialog.cc
diff --git a/src/gnome-cmd-remote-dialog.h b/src/dialogs/gnome-cmd-remote-dialog.h
similarity index 100%
rename from src/gnome-cmd-remote-dialog.h
rename to src/dialogs/gnome-cmd-remote-dialog.h
diff --git a/src/gnome-cmd-user-actions.cc b/src/gnome-cmd-user-actions.cc
index 5ecfdf7..189d68e 100644
--- a/src/gnome-cmd-user-actions.cc
+++ b/src/gnome-cmd-user-actions.cc
@@ -33,7 +33,6 @@
 #include "gnome-cmd-file-list.h"
 #include "gnome-cmd-file-selector.h"
 #include "gnome-cmd-con-dialog.h"
-#include "gnome-cmd-remote-dialog.h"
 #include "gnome-cmd-main-win.h"
 #include "gnome-cmd-options-dialog.h"
 #include "gnome-cmd-make-copy-dialog.h"
@@ -47,6 +46,7 @@
 #include "cap.h"
 #include "utils.h"
 #include "dialogs/gnome-cmd-advrename-dialog.h"
+#include "dialogs/gnome-cmd-remote-dialog.h"
 #include "dialogs/gnome-cmd-key-shortcuts-dialog.h"
 #include "dialogs/gnome-cmd-manage-bookmarks-dialog.h"
 #include "dialogs/gnome-cmd-mkdir-dialog.h"



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