diff options
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 |