[recipes] Fix a typo in a portal name



commit 5f3c7e63b3d8ecf6d3f29dd295d3e73cd31230f9
Author: Ernestas Kulik <ernestask gnome org>
Date:   Sat Apr 8 21:58:33 2017 +0300

    Fix a typo in a portal name
    
    https://bugzilla.gnome.org/show_bug.cgi?id=781065

 src/gr-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gr-utils.c b/src/gr-utils.c
index e4b08b8..c059be5 100644
--- a/src/gr-utils.c
+++ b/src/gr-utils.c
@@ -404,7 +404,7 @@ portal_available (GtkWindow  *window,
 
         if (strcmp (interface, "org.freedesktop.portal.FileChooser") == 0)
                 message1 = _("Missing the desktop portal needed to open files from inside a Flatpak 
sandbox.");
-        else if (strcmp (interface, "org.freedestkop.portal.Print") == 0)
+        else if (strcmp (interface, "org.freedesktop.portal.Print") == 0)
                 message1 = _("Missing the desktop portal needed to print from inside a Flatpak sandbox.");
         else if (strcmp (interface, "org.freedesktop.portal.OpenURI") == 0)
                 message1 = _("Missing the desktop portal needed to open URLs from inside a Flatpak 
sandbox.");


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