← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~ted/indicator-me/libindicator-icon-update into lp:indicator-me

 

Ted Gould has proposed merging lp:~ted/indicator-me/libindicator-icon-update into lp:indicator-me.

Requested reviews:
  Indicator Applet Developers (indicator-applet-developers)
Related bugs:
  #538923 status changes to offline on updates
  https://bugs.launchpad.net/bugs/538923


Use the update function to change the default icon to fix theme update.
-- 
https://code.launchpad.net/~ted/indicator-me/libindicator-icon-update/+merge/21373
Your team ayatana-commits is subscribed to branch lp:indicator-me.
=== 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:55:24 +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;


Follow ups