[recipes/recipes-1.0] Fix a typo in a portal name



commit e887bac121d6be890b3679522fc3da1af10991c5
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 7497836..5a00fe9 100644
--- a/src/gr-utils.c
+++ b/src/gr-utils.c
@@ -457,7 +457,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]