[gtk+/composite-templates] Fix typo replacing action "Parse" with "Paste"



commit 49d6ec5070e1ec526ab4a26f503dc87678c9863f
Author: Micah Carrick <micah quixotix com>
Date:   Mon Jun 25 20:21:22 2012 -0700

    Fix typo replacing action "Parse" with "Paste"
    
    The builder XML description has an action for "win.parse" but the
    application is looking for "win.paste". Rename the label to
    "_Paste" and the action to "win.paste" in the window action XML.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=678829

 examples/bloatpad.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/examples/bloatpad.c b/examples/bloatpad.c
index d5f872f..537b9d7 100644
--- a/examples/bloatpad.c
+++ b/examples/bloatpad.c
@@ -285,8 +285,8 @@ bloat_pad_startup (GApplication *application)
                                "          <attribute name='accel'>&lt;Primary&gt;c</attribute>"
                                "        </item>"
                                "        <item>"
-                               "          <attribute name='label' translatable='yes'>_Parse</attribute>"
-                               "          <attribute name='action'>win.parse</attribute>"
+                               "          <attribute name='label' translatable='yes'>_Paste</attribute>"
+                               "          <attribute name='action'>win.paste</attribute>"
                                "          <attribute name='accel'>&lt;Primary&gt;v</attribute>"
                                "        </item>"
                                "      </section>"



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