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 780783 - Fix callback generation when signal is drag-and-dropped
Fix callback generation when signal is drag-and-dropped
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: plugins: language-support-c-cpp-java
git master
Other Linux
: Normal normal
: ---
Assigned To: Naba Kumar
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2017-03-31 20:08 UTC by Marco Diego Aurélio Mesquita
Modified: 2017-04-09 09:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix callback generation (1.37 KB, patch)
2017-03-31 20:08 UTC, Marco Diego Aurélio Mesquita
accepted-commit_now Details | Review

Description Marco Diego Aurélio Mesquita 2017-03-31 20:08:52 UTC
Created attachment 349076 [details] [review]
Fix callback generation

Callback generation through drag-and-drop was broken a long time ago. The attached patch fixes it and also fixes automatic generation of callback when user_data is set on glade.

Please review it.
Comment 1 Sébastien Granjoux 2017-04-08 19:05:31 UTC
Review of attachment 349076 [details] [review]:

I haven't really worked on this part but your patch looks fine to me, thank you for it. Can you commit it directly?
Comment 2 Sébastien Granjoux 2017-04-09 09:42:34 UTC
I have committed your patch. Thank again.