[filemanager-actions] Remove links to non-existing application website



commit da97e75c036eaddbbc5caba048181fe0a697e3d7
Author: Andre Klapper <a9016009 gmx de>
Date:   Wed Nov 11 20:26:42 2020 +0100

    Remove links to non-existing application website
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=779825

 src/api/fma-iio-provider.h           | 3 +--
 src/core/fma-about.c                 | 2 +-
 src/io-desktop/fma-desktop-formats.c | 3 +--
 3 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/src/api/fma-iio-provider.h b/src/api/fma-iio-provider.h
index 17cc4edf..0e16b3c3 100644
--- a/src/api/fma-iio-provider.h
+++ b/src/api/fma-iio-provider.h
@@ -46,8 +46,7 @@
  *
  * &prodname; is bundled with several I/O providers.
  * Since version 3, the <literal>io-desktop</literal> I/O provider, which
- * implements the
- * <ulink role="online-location" url="http://www.filemanager-actions.org/?q=node/377/";>DES-EMA</ulink>
+ * implements the DES-EMA
  * specification, is the preferred way of storing (and sharing) items.
  *
  * The #FMAIIOProvider interface provides three types of services:
diff --git a/src/core/fma-about.c b/src/core/fma-about.c
index a1c02698..dbae1797 100644
--- a/src/core/fma-about.c
+++ b/src/core/fma-about.c
@@ -109,7 +109,7 @@ fma_about_display( GtkWindow *toplevel )
                        "program-name", application_name,
                        "translator-credits", _( "The GNOME Translation Project <gnome-i18n gnome org>" ),
                        "version", PACKAGE_VERSION,
-                       "website", "http://www.filemanager-actions.org";,
+                       "website", NULL,
                        "wrap-license", TRUE,
                        NULL );
 
diff --git a/src/io-desktop/fma-desktop-formats.c b/src/io-desktop/fma-desktop-formats.c
index eb202964..e8ea6d77 100644
--- a/src/io-desktop/fma-desktop-formats.c
+++ b/src/io-desktop/fma-desktop-formats.c
@@ -49,8 +49,7 @@ typedef struct {
 
 static sExportFormat st_desktop_formats[] = {
 
-       /* DESKTOP_V1: the initial desktop format as described in
-        * http://www.filemanager-actions.org/?q=node/377
+       /* DESKTOP_V1: the initial desktop format
         */
        { FMA_DESKTOP_FORMAT_V1,
                        N_( "Export as a ._desktop file" ),


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