mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
7 lines
184 B
Diff
7 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()
|