← Back to team overview

ayatana-commits team mailing list archive

[Branch ~indicator-applet-developers/indicator-me/trunk] Rev 87: Updating to use libindicator image update function

 

Merge authors:
  Ted Gould (ted)
Related merge proposals:
  https://code.launchpad.net/~ted/indicator-me/libindicator-icon-update/+merge/21373
  proposed by: Ted Gould (ted)
  review: Approve - Cody Russell (bratsche)
------------------------------------------------------------
revno: 87 [merge]
committer: Ted Gould <ted@xxxxxxxx>
branch nick: trunk
timestamp: Mon 2010-03-15 09:46:44 -0500
message:
  Updating to use libindicator image update function
modified:
  src/indicator-me.c


--
lp:indicator-me
https://code.launchpad.net/~indicator-applet-developers/indicator-me/trunk

Your team ayatana-commits is subscribed to branch lp:indicator-me.
To unsubscribe from this branch go to https://code.launchpad.net/~indicator-applet-developers/indicator-me/trunk/+edit-subscription.
=== modified file 'src/indicator-me.c'
--- src/indicator-me.c	2010-03-12 20:00:41 +0000
+++ src/indicator-me.c	2010-03-15 13:47:10 +0000
@@ -180,9 +180,7 @@
 	}
 
   gchar *panel_icon = g_strconcat (icons, "-panel", NULL);
-  GtkImage *temp = indicator_image_helper (panel_icon);
-  gtk_image_set_from_pixbuf (status_image, gtk_image_get_pixbuf (temp));
-  g_object_unref (temp);
+  indicator_image_helper_update (status_image, panel_icon);
   g_free (panel_icon);
 
 	return;