[nautilus-actions/file-manager-actions] Fix FMAAssistantImport header inclusion



commit ee4a6173022f9313c171c7f6ed078e626f3e723b
Author: Pierre Wieser <pwieser trychlos org>
Date:   Tue Sep 8 19:29:03 2015 +0200

    Fix FMAAssistantImport header inclusion

 src/ui/Makefile.am            |    6 +++---
 src/ui/fma-assistant-import.c |    4 ++--
 src/ui/fma-assistant-import.h |    2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/ui/Makefile.am b/src/ui/Makefile.am
index 50e7768..6465a78 100644
--- a/src/ui/Makefile.am
+++ b/src/ui/Makefile.am
@@ -77,8 +77,8 @@ fma_config_tool_SOURCES = \
        fma-application.h                                                                       \
        fma-assistant-export.c                                                          \
        fma-assistant-export.h                                                          \
-       nact-assistant-import.c                                                         \
-       nact-assistant-import.h                                                         \
+       fma-assistant-import.c                                                          \
+       fma-assistant-import.h                                                          \
        nact-clipboard.c                                                                        \
        nact-clipboard.h                                                                        \
        nact-confirm-logout.c                                                           \
@@ -156,7 +156,7 @@ ui_files = \
        nact-add-capability.ui                                                          \
        nact-add-scheme.ui                                                                      \
        fma-assistant-export.ui                                                 \
-       nact-assistant-import.ui                                                        \
+       fma-assistant-import.ui                                                 \
        nact-confirm-logout.ui                                                          \
        nact-export-ask.ui                                                                      \
        nact-icon-chooser.ui                                                            \
diff --git a/src/ui/fma-assistant-import.c b/src/ui/fma-assistant-import.c
index 80db88f..ddd190c 100644
--- a/src/ui/fma-assistant-import.c
+++ b/src/ui/fma-assistant-import.c
@@ -45,7 +45,7 @@
 #include <core/fma-settings.h>
 
 #include "fma-application.h"
-#include "nact-assistant-import.h"
+#include "fma-assistant-import.h"
 #include "nact-main-window.h"
 #include "nact-tree-ieditable.h"
 
@@ -89,7 +89,7 @@ struct _FMAAssistantImportPrivate {
        GList       *overriden;
 };
 
-static const gchar        *st_xmlui_filename = PKGUIDIR "/nact-assistant-import.ui";
+static const gchar        *st_xmlui_filename = PKGUIDIR "/fma-assistant-import.ui";
 static const gchar        *st_toplevel_name  = "ImportAssistant";
 static const gchar        *st_wsp_name       = IPREFS_IMPORT_ASSISTANT_WSP;
 
diff --git a/src/ui/fma-assistant-import.h b/src/ui/fma-assistant-import.h
index ed1b5d0..612cc6c 100644
--- a/src/ui/fma-assistant-import.h
+++ b/src/ui/fma-assistant-import.h
@@ -33,7 +33,7 @@
 /**
  * SECTION: fma_assistant_import
  * @short_description: #FMAAssistantImport class definition.
- * @include: nact/nact-assistant-import.h
+ * @include: nact/fma-assistant-import.h
  */
 
 #include "base-assistant.h"


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