MightyCreak / diffuse

Diffuse is a graphical tool for comparing and merging text files. It can retrieve files for comparison from Bazaar, CVS, Darcs, Git, Mercurial, Monotone, RCS, Subversion, and SVK repositories.
http://mightycreak.github.io/diffuse/
GNU General Public License v2.0
258 stars 45 forks source link

Most Toolbar Buttons Do Not Function in Latest Git Builds #186

Closed bongochong closed 1 year ago

bongochong commented 1 year ago

When building from git, since this commit on Nov 21, 2022, most of the toolbar buttons in the main window do not perform their associated actions (relevant buttons). Every button except New 2-Way File Merge and New 3-Way File Merge fails to have an effect when clicked. Menu entries still do work for these actions, so it's a bit puzzling. Tested on Fedora 36 and 37 under the Cinnamon desktop environment. Said toolbar buttons do work in the latest stable release by the way.

MightyCreak commented 1 year ago

It comes from one of my refactorings. I'm looking for a proper fix right now. Sorry for the delay.

bongochong commented 1 year ago

Awesome! Now I can resume doing git builds for COPR again.

MightyCreak commented 1 year ago

There's still #188 which is a bit concerning. Didn't have time today to look at it. Might be very simple to fix... or not 😅

bongochong commented 1 year ago

Ah, I'll hang tight then. Thank you for the heads up.