GNOME Bugzilla – Bug 570172
GiggleRevisionInfoAction breaks with GTK+ 2.15 SVN
Last modified: 2009-02-17 14:25:07 UTC
UI always says "Change 0 of 0", although the up/down buttons work. It looks like the "label" property isn't proxied back to where it goes, maybe? No problem with GTK+ 2.14.4.
Probably due to the recent gtkaction changes on gtk trunk; this bug probably should be moved to gtk+.
*** Bug 571691 has been marked as a duplicate of this bug. ***
> Opened by Jonathon Jongsma (jonner) (reporter, developer, points: 19) > 2009-02-13 22:59 UTC [reply] > > Running current HEAD from git, every change set I select, the diff view says > "Change 0 of 0". It seems to work OK (e.g. I can navigate through the > different diff hunks), so it's only the text display that appears broken. I > don't know if this is related to bug #571690 that I just filed or not.
Fixed in 1282360362790affa5d21dc457eb5f9ce4f7d567 No idea why it worked with old GTK+ versions. It shouldn't, as GtkToolItem doesn't have a label property.
It still says "Uncommitted Changes" rather than giving the commit id.
Second try: 0b69cd1f0466c86265e9abd04132e0f5db2458c3
Looks good.