[Bug 56070] Can't click button after setting it sensitive.

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Sat Aug 27 01:23:32 UTC 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=56070
 gtk+ | gtk | Ver: 1.3.x





------- Additional Comments From Mathias Hasselmann  2005-08-27 01:23 -------
Problem is this:

static void
gtk_button_state_changed (GtkWidget    *widget,
                          GtkStateType  previous_state)
{
  GtkButton *button = GTK_BUTTON (widget);

  if (!GTK_WIDGET_IS_SENSITIVE (widget))
    {
      button->in_button = FALSE;
      gtk_real_button_released (button);
    }
}

Have this feeling, this makes sense in some situations, but it gives you serious
trouble, when you dynamically toggle sensitivity of buttons in dependency for
instance on some changing (icon view) selection.

------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the Pkg-gnome-maintainers mailing list