]> Pileus Git - ~andy/gtk/commitdiff
Fix typo replacing action "Parse" with "Paste"
authorMicah Carrick <micah@quixotix.com>
Tue, 26 Jun 2012 03:21:22 +0000 (20:21 -0700)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 11 Jul 2012 11:26:19 +0000 (07:26 -0400)
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

index d5f872f68180e47112736bdd906166f7fe32ba05..537b9d7091d798d53d3aaba972c7c2d75e75e46b 100644 (file)
@@ -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>"