1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00
nixpkgs/pkgs/misc/solfege/menubar.patch
2020-05-19 22:17:26 +00:00

8 lines
184 B
Diff

Fix https://savannah.gnu.org/bugs/index.php?53109
--- a/solfege/mainwin.py
+++ b/solfege/mainwin.py
@@ -270,1 +270,1 @@
- hdlbox = Gtk.HandleBox()
+ hdlbox = Gtk.HBox()