Merge authors: Ted Gould (ted) ------------------------------------------------------------ revno: 147 [merge] committer: Ted Gould <[email protected]> branch nick: newapi.ubuntu timestamp: Tue 2009-09-08 20:21:58 -0500 message: LANG=en_UK Bloody Hell modified: debian/changelog src/indicator-messages.c
-- lp:~ted/indicator-messages/newapi.ubuntu https://code.launchpad.net/~ted/indicator-messages/newapi.ubuntu Your team ayatana-commits is subscribed to branch lp:~ted/indicator-messages/newapi.ubuntu. To unsubscribe from this branch go to https://code.launchpad.net/~ted/indicator-messages/newapi.ubuntu/+edit-subscription.
=== modified file 'debian/changelog' --- debian/changelog 2009-09-09 01:19:19 +0000 +++ debian/changelog 2009-09-09 01:21:58 +0000 @@ -1,3 +1,9 @@ +indicator-messages (0.2.0-0ubuntu3~ppa2~newapi4) UNRELEASED; urgency=low + + * LANG=en_UK Bloody Hell + + -- Ted Gould <[email protected]> Tue, 08 Sep 2009 20:21:33 -0500 + indicator-messages (0.2.0-0ubuntu3~ppa2~newapi3) karmic; urgency=low * Changing items support === modified file 'src/indicator-messages.c' --- src/indicator-messages.c 2009-09-09 01:18:08 +0000 +++ src/indicator-messages.c 2009-09-09 01:20:45 +0000 @@ -162,7 +162,7 @@ /* 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); }
_______________________________________________ Mailing list: https://launchpad.net/~ayatana-commits Post to : [email protected] Unsubscribe : https://launchpad.net/~ayatana-commits More help : https://help.launchpad.net/ListHelp

