Author: jhaitsma Date: Sat Feb 16 21:03:13 2008 New Revision: 91 URL: http://svn.gnome.org/viewvc/netspeed?rev=91&view=rev
Log: 2008-02-16 Jaap Haitsma <[EMAIL PROTECTED]> * src/netspeed.c: * src/netspeed.h: Don't use deprecated icon names. Fixes bug #516871 Modified: trunk/ChangeLog trunk/src/netspeed.c trunk/src/netspeed.h Modified: trunk/src/netspeed.c ============================================================================== --- trunk/src/netspeed.c (original) +++ trunk/src/netspeed.c Sat Feb 16 21:03:13 2008 @@ -32,14 +32,14 @@ netspeed_applet_menu_xml [] = "<popup name=\"button3\">\n" " <menuitem name=\"Properties Item\" verb=\"NetspeedAppletDetails\" label=\"%s\"\n" - " pixtype=\"stock\" pixname=\"gtk-dialog-info\"/>\n" + " pixtype=\"stock\" pixname=\"gtk-info\"/>\n" " <separator/>\n" " <menuitem name=\"Properties Item\" verb=\"NetspeedAppletProperties\" label=\"%s\"\n" " pixtype=\"stock\" pixname=\"gtk-properties\"/>\n" " <menuitem name=\"Help Item\" verb=\"NetspeedAppletHelp\" label=\"%s\"\n" " pixtype=\"stock\" pixname=\"gtk-help\"/>\n" " <menuitem name=\"About Item\" verb=\"NetspeedAppletAbout\" label=\"%s\"\n" - " pixtype=\"stock\" pixname=\"gnome-stock-about\"/>\n" + " pixtype=\"stock\" pixname=\"gtk-about\"/>\n" "</popup>\n"; /* Adds a Pango markup "size" to a bytestring Modified: trunk/src/netspeed.h ============================================================================== --- trunk/src/netspeed.h (original) +++ trunk/src/netspeed.h Sat Feb 16 21:03:13 2008 @@ -25,11 +25,11 @@ static const char* const dev_type_icon[DEV_UNKNOWN + 1] = { "gnome-dev-loopback", //DEV_LO "gnome-dev-pci", //DEV_ETHERNET - "gnome-dev-wavelan", //DEV_WIRELESS + "network-wireless", //DEV_WIRELESS "gnome-dev-ppp", //DEV_PPP, "gnome-dev-plip", //DEV_PLIP, "gnome-dev-plip", //DEV_SLIP - "gnome-fs-network", //DEV_UNKNOWN + "network-workgroup", //DEV_UNKNOWN }; static const char* wireless_quality_icon[] = { @@ -41,7 +41,7 @@ static const char IN_ICON[] = "stock_navigate-next"; static const char OUT_ICON[] = "stock_navigate-prev"; -static const char ERROR_ICON[] = "stock_dialog-error"; +static const char ERROR_ICON[] = "gtk-dialog-error"; static const char LOGO_ICON[] = "netspeed_applet"; /* How many old in out values do we store? _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.