Using a phone icon instead

This commit is contained in:
Pierre Pronchery 2010-01-28 10:36:08 +00:00
parent ee8d9c944f
commit 580c321cbd

View File

@ -81,7 +81,7 @@ static GtkWidget * _gsm_init(PanelApplet * applet)
gsm->fd = -1;
#endif
/* XXX find a better image */
gsm->image = gtk_image_new_from_icon_name("network-wireless",
gsm->image = gtk_image_new_from_icon_name("phone",
applet->helper->icon_size);
gsm->timeout = g_timeout_add(1000, _on_timeout, gsm);
_on_timeout(gsm);