GNOME Bugzilla – Bug 560077
[PATCH] Fix non-working buttons on the "Add Song/Album" windows
Last modified: 2009-05-08 19:34:48 UTC
For some weird reason (could be either Glade# or Gtk# bug) signals don't get connected to the buttons in the "Add Song" "Add Album" windows.
Created attachment 122293 [details] [review] force-signals-connect.patch Use workaround for now, in the future we are going to use GtkBuilder anyway :)
Created attachment 122296 [details] [review] connect-signals-in-code.patch After attaching signal handlers in code, glade ones started working too :)
Fix commited to svn trunk. Thanks 2008-11-09 Luis Medinas <lmedinas@gnome.org> * data/glade/AddWindow.glade: * src/AddWindow.cs: Fix for bgo #560077 non-working buttons on Add Song/Album windows. Patch from Priit Laes <amd@store20.com>.
*** Bug 569860 has been marked as a duplicate of this bug. ***