[nautilus-actions/file-manager-actions] Fix FMAAssistantExport header inclusion
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions/file-manager-actions] Fix FMAAssistantExport header inclusion
- Date: Tue, 8 Sep 2015 18:59:47 +0000 (UTC)
commit 1e031068b1be7a59d02c7b3b794e2c6d4f837d49
Author: Pierre Wieser <pwieser trychlos org>
Date: Tue Sep 8 19:28:46 2015 +0200
Fix FMAAssistantExport header inclusion
src/ui/Makefile.am | 6 +++---
src/ui/fma-assistant-export.c | 4 ++--
src/ui/fma-assistant-export.h | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/ui/Makefile.am b/src/ui/Makefile.am
index 5d33d4c..50e7768 100644
--- a/src/ui/Makefile.am
+++ b/src/ui/Makefile.am
@@ -75,8 +75,8 @@ fma_config_tool_SOURCES = \
fma-add-scheme-dialog.h \
fma-application.c \
fma-application.h \
- nact-assistant-export.c \
- nact-assistant-export.h \
+ fma-assistant-export.c \
+ fma-assistant-export.h \
nact-assistant-import.c \
nact-assistant-import.h \
nact-clipboard.c \
@@ -155,7 +155,7 @@ actions_files = \
ui_files = \
nact-add-capability.ui \
nact-add-scheme.ui \
- nact-assistant-export.ui \
+ fma-assistant-export.ui \
nact-assistant-import.ui \
nact-confirm-logout.ui \
nact-export-ask.ui \
diff --git a/src/ui/fma-assistant-export.c b/src/ui/fma-assistant-export.c
index 7f38cd7..2d666a5 100644
--- a/src/ui/fma-assistant-export.c
+++ b/src/ui/fma-assistant-export.c
@@ -44,7 +44,7 @@
#include "fma-application.h"
#include "nact-main-window.h"
-#include "nact-assistant-export.h"
+#include "fma-assistant-export.h"
#include "nact-export-ask.h"
#include "nact-tree-view.h"
@@ -88,7 +88,7 @@ typedef struct {
}
ExportStruct;
-static const gchar *st_xmlui_filename = PKGUIDIR "/nact-assistant-export.ui";
+static const gchar *st_xmlui_filename = PKGUIDIR "/fma-assistant-export.ui";
static const gchar *st_toplevel_name = "ExportAssistant";
static const gchar *st_wsp_name = IPREFS_EXPORT_ASSISTANT_WSP;
diff --git a/src/ui/fma-assistant-export.h b/src/ui/fma-assistant-export.h
index f2b4575..55b11ca 100644
--- a/src/ui/fma-assistant-export.h
+++ b/src/ui/fma-assistant-export.h
@@ -33,7 +33,7 @@
/**
* SECTION: fma_assistant_export
* @short_description: #FMAAssistantExport class definition.
- * @include: nact/nact-assistant-export.h
+ * @include: nact/fma-assistant-export.h
*
* Rationale:
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]