diff options
| author | Ted Gould <ted@gould.cx> | 2012-03-21 14:27:09 -0500 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2012-03-21 14:27:09 -0500 |
| commit | 6460e42cc9d14f03204e836b0f984102eac8159c (patch) | |
| tree | 17fc215e733326c96649dc5eb8dc3ecdf5d45bed /ChangeLog | |
| parent | 588831fa1ac3390f08d0f40d6f7e0da6a969b99d (diff) | |
| parent | ebab055ed741101f59c320367eb8be7484555a48 (diff) | |
| download | libdbusmenu-6460e42cc9d14f03204e836b0f984102eac8159c.tar.gz libdbusmenu-6460e42cc9d14f03204e836b0f984102eac8159c.tar.bz2 libdbusmenu-6460e42cc9d14f03204e836b0f984102eac8159c.zip | |
* New upstream release.
* Fix theme change bug (LP: #953509)
* Don't request event responses if no one is listening
* Fix a warning on custom menu items without labels
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -1,5 +1,41 @@ # Generated by Makefile. Do not edit. +2012-03-21 Ted Gould <ted@gould.cx> + + 0.5.95 + +2012-03-21 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~charlesk/dbusmenu/lp-953509 to fix a crash in dbusmenu-gtk's handling of menu icon theme changes + +2012-03-21 Charles Kerr <charles.kerr@canonical.com> + + Don't listen for "changed" events from the screen's default GtkIconTheme. Fixes lp bug #953509 + + The crash in #953509 was being caused by the last two lines of theme_changed_cb() (a) leaving a dangling handler id in priv.theme_changed_sig, and (b) not remembering the handler id of its own signal connection. However after testing I don't see any reason to keep any of the theme handling code at all. + + "But wait," you say. "How will our menu icons follow the theme changes?" It works in practice anyway because we always listen for property changes to our reference GtkImage, **and** we listen for property changes to its GtkImageMenuItem parent so that if the GtkImageMenuItem changes GtkImages we can stop listening to the old one and start listening to the new one. + +2012-03-20 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~ted/dbusmenu/regex_merge to fix a warning that comes up a lot with unity-panel-service about not having a label. + +2012-03-20 Ted Gould <ted@gould.cx> + + Fix string leak + +2012-03-20 Ted Gould <ted@gould.cx> + + Handle the case of the label being NULL which can happen on custom items + +2012-03-20 Ted Gould <ted@gould.cx> + + Don't ask for a reply if no one cares + +2012-03-16 Ryan Lortie <desrt@desrt.ca> + + glib client: don't request a reply on send_event() if nobody is listening for it + 2012-03-09 Ted Gould <ted@gould.cx> 0.5.94 |
