diff options
author | Ted Gould <ted@canonical.com> | 2009-09-08 20:21:58 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-08 20:21:58 -0500 |
commit | 0447f7fc7ad6f99668bf8dbe631f75468bff1e05 (patch) | |
tree | 539041091cc907b9b855a7d3e3417017ef343811 | |
parent | 34c22ed468d0e399b9e3abec59d6f95a31823047 (diff) | |
parent | 5613a2924e2cfd15ff8d441ed7c968f70a22730c (diff) | |
download | ayatana-indicator-messages-0447f7fc7ad6f99668bf8dbe631f75468bff1e05.tar.gz ayatana-indicator-messages-0447f7fc7ad6f99668bf8dbe631f75468bff1e05.tar.bz2 ayatana-indicator-messages-0447f7fc7ad6f99668bf8dbe631f75468bff1e05.zip |
LANG=en_UK Bloody Hell
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | src/indicator-messages.c | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a87e683..9e058e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-messages (0.2.0-0ubuntu3~ppa2~newapi4) UNRELEASED; urgency=low + + * LANG=en_UK Bloody Hell + + -- Ted Gould <ted@ubuntu.com> Tue, 08 Sep 2009 20:21:33 -0500 + indicator-messages (0.2.0-0ubuntu3~ppa2~newapi3) karmic; urgency=low * Changing items support diff --git a/src/indicator-messages.c b/src/indicator-messages.c index 3dbc217..a3f22aa 100644 --- a/src/indicator-messages.c +++ b/src/indicator-messages.c @@ -162,7 +162,7 @@ indicator_prop_change_cb (DbusmenuMenuitem * mi, gchar * prop, gchar * value, in /* We don't use the value here, which is probably less efficient, but it's easier to use the easy function. And since th value is already cached, shouldn't be a big deal really. */ - GdkPixbuf * pixbuf = dbusmenu_menuitem_property_get_image(newitem, INDICATOR_MENUITEM_PROP_ICON); + GdkPixbuf * pixbuf = dbusmenu_menuitem_property_get_image(mi, INDICATOR_MENUITEM_PROP_ICON); if (pixbuf != NULL) { gtk_image_set_from_pixbuf(GTK_IMAGE(mi_data->icon), pixbuf); } |