[nautilus-actions] Update po/POTFILES.in
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] Update po/POTFILES.in
- Date: Sat, 27 Feb 2010 23:19:00 +0000 (UTC)
commit 0247417195d0c82d9790abbcefc0d7dacf4bd935
Author: Pierre Wieser <pwieser trychlos org>
Date: Fri Feb 26 03:34:08 2010 +0100
Update po/POTFILES.in
ChangeLog | 9 +++++++++
po/POTFILES.in | 7 ++++---
src/core/na-object-profile.c | 4 ----
src/nact/nact-iactions-list.c | 1 -
4 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 33d85ea..8941b7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2009-02-25 Pierre Wieser <pwieser trychlos org>
+ * po/POTFILES.in: Updated.
+
+ * src/core/na-object-profile.c:
+ Remove no more used default profile.
+
+ * src/core/na-object-profile.c:
+ * src/nact/nact-iactions-list.c:
+ No more include gi18n.h.
+
* src/api/na-ifactory-object.h:
* src/core/na-ifactory-object.c:
Remove get_default() function from the interface.
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 3e02dfb..b5c1b64 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,10 +1,12 @@
data/nautilus-actions.schemas.in
src/core/na-iabout.c
+src/core/na-importer-ask.c
+src/core/na-importer-ask.ui
src/core/na-io-provider.c
src/core/na-object-action.c
src/core/na-object-id.c
src/core/na-object-menu.c
-src/core/na-object-profile.c
+src/core/na-object-profile-factory.c
src/io-desktop/nadp-desktop-provider.c
src/io-gconf/nagp-gconf-provider.c
src/io-xml/naxml-keys.h
@@ -22,11 +24,9 @@ src/nact/nact-assistant-import.c
src/nact/nact.desktop.in
src/nact/nact-export-ask.c
src/nact/nact-export-format.c
-src/nact/nact-iactions-list.c
src/nact/nact-iaction-tab.c
src/nact/nact-ibackground-tab.c
src/nact/nact-icommand-tab.c
-src/nact/nact-import-ask.c
src/nact/nact-main-menubar.c
src/nact/nact-main-window.c
src/nact/nact-preferences.ui
@@ -36,6 +36,7 @@ src/nact/nact-tree-model-dnd.c
src/nact/nact-window.c
src/nact/nautilus-actions-config-tool.ui
src/plugin-menu/nautilus-actions.c
+src/test/test-reader.c
src/utils/nautilus-actions-new.c
src/utils/nautilus-actions-run.c
src/utils/nautilus-actions-schemas.c
diff --git a/src/core/na-object-profile.c b/src/core/na-object-profile.c
index b092abf..d594f23 100644
--- a/src/core/na-object-profile.c
+++ b/src/core/na-object-profile.c
@@ -32,7 +32,6 @@
#include <config.h>
#endif
-#include <glib/gi18n.h>
#include <string.h>
#include <libnautilus-extension/nautilus-file-info.h>
@@ -59,9 +58,6 @@ struct NAObjectProfilePrivate {
gboolean dispose_has_run;
};
-/* i18n: default label for a new profile */
-#define DEFAULT_PROFILE N_( "Default profile" )
-
#define PROFILE_NAME_PREFIX "profile-"
extern NADataGroup profile_data_groups []; /* defined in na-item-profile-factory.c */
diff --git a/src/nact/nact-iactions-list.c b/src/nact/nact-iactions-list.c
index dfce198..a603d23 100644
--- a/src/nact/nact-iactions-list.c
+++ b/src/nact/nact-iactions-list.c
@@ -33,7 +33,6 @@
#endif
#include <gdk/gdkkeysyms.h>
-#include <glib/gi18n.h>
#include <api/na-object-api.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]