[nautilus-actions] More fixed typos
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] More fixed typos
- Date: Wed, 15 Feb 2017 22:57:11 +0000 (UTC)
commit 7f23ed6f1a2c2631e1644a55597d977f153273d4
Author: Pierre Wieser <pwieser trychlos org>
Date: Wed Sep 9 11:33:12 2015 +0200
More fixed typos
src/core/fma-object-profile.c | 4 ++--
src/core/fma-updater.c | 2 +-
src/io-desktop/fma-desktop-reader.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/core/fma-object-profile.c b/src/core/fma-object-profile.c
index 079650f..4f23cbe 100644
--- a/src/core/fma-object-profile.c
+++ b/src/core/fma-object-profile.c
@@ -61,10 +61,10 @@ struct _FMAObjectProfilePrivate {
#define PROFILE_NAME_PREFIX "profile-"
#define fma_object_is_file( obj ) (( gboolean ) GPOINTER_TO_UINT(
fma_ifactory_object_get_as_void( FMA_IFACTORY_OBJECT( obj ), FMAFO_DATA_ISFILE )))
-#define fma_object_is_dir( obj ) (( gboolean ) GPOINTER_TO_UINT(
fma_ifactory_object_get_as_void( FMA_IFACTORY_OBJECT( obj ), FMAFO_DATA_ISDIR )))
+#define fma_object_is_dir( obj ) (( gboolean ) GPOINTER_TO_UINT(
fma_ifactory_object_get_as_void( FMA_IFACTORY_OBJECT( obj ), FMAFO_DATA_ISDIR )))
#define fma_object_is_multiple( obj ) (( gboolean ) GPOINTER_TO_UINT(
fma_ifactory_object_get_as_void( FMA_IFACTORY_OBJECT( obj ), FMAFO_DATA_MULTIPLE )))
-extern FMADataGroup profile_data_groups []; /* defined in na-item-profile-factory.c */
+extern FMADataGroup profile_data_groups []; /* defined in fma-object-profile-factory.c */
static FMAObjectIdClass *st_parent_class = NULL;
diff --git a/src/core/fma-updater.c b/src/core/fma-updater.c
index 5a9f7a2..1009680 100644
--- a/src/core/fma-updater.c
+++ b/src/core/fma-updater.c
@@ -267,7 +267,7 @@ fma_updater_check_item_writability_status( const FMAUpdater *updater, const FMAO
reason = IIO_PROVIDER_STATUS_WRITABLE;
/* Writability status of the item has been determined at load time
- * (cf. e.g. io-desktop/nadp-reader.c:read_done_item_is_writable()).
+ * (cf. e.g. io-desktop/fma_desktop_writer_iio_provider_is_able_to_write()).
* Though I'm plenty conscious that this status is subject to many
* changes during the life of the item (e.g. by modifying permissions
* on the underlying store), it is just more efficient to not reevaluate
diff --git a/src/io-desktop/fma-desktop-reader.c b/src/io-desktop/fma-desktop-reader.c
index 74f6d1e..2fba8c9 100644
--- a/src/io-desktop/fma-desktop-reader.c
+++ b/src/io-desktop/fma-desktop-reader.c
@@ -87,7 +87,7 @@ static void read_done_action_load_profile( const FMAIFactoryProvid
GList *
fma_desktop_reader_iio_provider_read_items( const FMAIIOProvider *provider, GSList **messages )
{
- static const gchar *thisfn = "io-desktop/fma_desktop_reader_iio_provider_read_items";
+ static const gchar *thisfn = "fma_desktop_reader_iio_provider_read_items";
GList *items;
GList *desktop_paths, *ip;
FMAIFactoryObject *item;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]