[glib] GAction: remove a lie



commit fc6d6b6e109af2d7c3339b3c64963c6679db1a6e
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jan 20 07:37:42 2014 -0500

    GAction: remove a lie
    
    Not only was the link to GtkAction broken, it is not true.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=722591

 gio/gaction.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gaction.c b/gio/gaction.c
index a2332ff..a477c9a 100644
--- a/gio/gaction.c
+++ b/gio/gaction.c
@@ -51,7 +51,7 @@ G_DEFINE_INTERFACE (GAction, g_action, G_TYPE_OBJECT)
  *
  * #GAction is merely the interface to the concept of an action, as
  * described above.  Various implementations of actions exist, including
- * #GSimpleAction and #GtkAction.
+ * #GSimpleAction.
  *
  * In all cases, the implementing class is responsible for storing the
  * name of the action, the parameter type, the enabled state, the


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