[nautilus-actions] Fix FMAAddSchemeDialog header inclusion
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] Fix FMAAddSchemeDialog header inclusion
- Date: Wed, 15 Feb 2017 22:53:09 +0000 (UTC)
commit 86fece506ecb1e1c7b919335c6df92bd1ef1723d
Author: Pierre Wieser <pwieser trychlos org>
Date: Tue Sep 8 19:28:20 2015 +0200
Fix FMAAddSchemeDialog header inclusion
src/ui/Makefile.am | 4 ++--
src/ui/fma-add-scheme-dialog.c | 2 +-
src/ui/fma-add-scheme-dialog.h | 2 +-
src/ui/nact-ischemes-tab.c | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/ui/Makefile.am b/src/ui/Makefile.am
index af4d6cd..5d33d4c 100644
--- a/src/ui/Makefile.am
+++ b/src/ui/Makefile.am
@@ -71,8 +71,8 @@ fma_config_tool_SOURCES = \
main.c \
fma-add-capability-dialog.c \
fma-add-capability-dialog.h \
- nact-add-scheme-dialog.c \
- nact-add-scheme-dialog.h \
+ fma-add-scheme-dialog.c \
+ fma-add-scheme-dialog.h \
fma-application.c \
fma-application.h \
nact-assistant-export.c \
diff --git a/src/ui/fma-add-scheme-dialog.c b/src/ui/fma-add-scheme-dialog.c
index 3d9f7c8..0b01f05 100644
--- a/src/ui/fma-add-scheme-dialog.c
+++ b/src/ui/fma-add-scheme-dialog.c
@@ -38,7 +38,7 @@
#include "core/fma-settings.h"
#include "nact-schemes-list.h"
-#include "nact-add-scheme-dialog.h"
+#include "fma-add-scheme-dialog.h"
#include "nact-main-window.h"
/* private instance data
diff --git a/src/ui/fma-add-scheme-dialog.h b/src/ui/fma-add-scheme-dialog.h
index 2e71c6b..60cfeea 100644
--- a/src/ui/fma-add-scheme-dialog.h
+++ b/src/ui/fma-add-scheme-dialog.h
@@ -33,7 +33,7 @@
/**
* SECTION: fma_add_scheme_dialog
* @short_description: #FMAAddSchemeDialog class definition.
- * @include: nact/nact-add-scheme-dialog.h
+ * @include: nact/fma-add-scheme-dialog.h
*
* The dialog let the user pick a scheme from the default list
* when adding a new scheme to a profile (resp. an action, a menu).
diff --git a/src/ui/nact-ischemes-tab.c b/src/ui/nact-ischemes-tab.c
index f92fea7..5842db5 100644
--- a/src/ui/nact-ischemes-tab.c
+++ b/src/ui/nact-ischemes-tab.c
@@ -42,7 +42,7 @@
#include "nact-main-tab.h"
#include "nact-main-window.h"
#include "nact-match-list.h"
-#include "nact-add-scheme-dialog.h"
+#include "fma-add-scheme-dialog.h"
#include "nact-ischemes-tab.h"
/* private interface data
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]