After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 560077 - [PATCH] Fix non-working buttons on the "Add Song/Album" windows
[PATCH] Fix non-working buttons on the "Add Song/Album" windows
Status: RESOLVED FIXED
Product: muine
Classification: Other
Component: interface
trunk
Other Linux
: Normal normal
: ---
Assigned To: Muine Maintainers
Muine Maintainers
: 569860 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-11-09 23:04 UTC by Priit Laes (IRC: plaes)
Modified: 2009-05-08 19:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
force-signals-connect.patch (999 bytes, patch)
2008-11-09 23:05 UTC, Priit Laes (IRC: plaes)
none Details | Review
connect-signals-in-code.patch (1.66 KB, patch)
2008-11-09 23:16 UTC, Priit Laes (IRC: plaes)
committed Details | Review

Description Priit Laes (IRC: plaes) 2008-11-09 23:04:40 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.
Comment 1 Priit Laes (IRC: plaes) 2008-11-09 23:05:45 UTC
Created attachment 122293 [details] [review]
force-signals-connect.patch

Use workaround for now, in the future we are going to use GtkBuilder anyway :)
Comment 2 Priit Laes (IRC: plaes) 2008-11-09 23:16:39 UTC
Created attachment 122296 [details] [review]
connect-signals-in-code.patch

After attaching signal handlers in code, glade ones started working too :)
Comment 3 Luis Medinas 2008-11-10 00:21:12 UTC
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>.
Comment 4 Jan de Groot 2009-05-08 19:34:48 UTC
*** Bug 569860 has been marked as a duplicate of this bug. ***