]> Pileus Git - ~andy/gtk/commit
Block the previous action when calling reset() to prevent accidental
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 27 Jan 2009 00:25:21 +0000 (00:25 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 27 Jan 2009 00:25:21 +0000 (00:25 +0000)
commit95caf23ddd3b7183498340411ef51edf7d365ad8
tree1b54576e64f5b97a8930e98784dcd9a36d14d3a5
parentb7d09a27507624e9d288e89b6683b93d5635a23b
Block the previous action when calling reset() to prevent accidental

       * gtk/gtkactivatable.c (gtk_activatable_do_set_related_action):
        Block the previous action when calling reset() to prevent
        accidental activation of the previous action.

        * gtk/gtkaction.c (gtk_action_activate): Don't compare booleans.

        * gtk/gtktoggleaction.c (gtk_toggle_action_set_active): Remove
        extraneous braces.

svn path=/trunk/; revision=22225
ChangeLog
gtk/gtkaction.c
gtk/gtkactivatable.c
gtk/gtktoggleaction.c