Skip to content

Commit

Permalink
Changed the color of the icon for "can't find the engine" from grey t…
Browse files Browse the repository at this point in the history
…o black so it is easier to see on Windows XP.
  • Loading branch information
chessing committed Jan 29, 2010
1 parent dde148a commit cd12b23
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file added xsupplicant-ui/Skins/Default/icons/prod_grey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified xsupplicant-ui/Skins/Default/icons/prod_no_engine.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions xsupplicant/src/ipc_callout.c
Original file line number Diff line number Diff line change
Expand Up @@ -5790,8 +5790,7 @@ int ipc_callout_enum_known_ssids(xmlNodePtr innode, xmlNodePtr * outnode)
}

sprintf((char *)&res, "%d", cur->strength);
if (xmlNewChild
(t, NULL, (xmlChar *) "Signal_Strength",
if (xmlNewChild(t, NULL, (xmlChar *) "Signal_Strength",
(xmlChar *) res) == NULL) {
xmlFreeNode(n);
return ipc_callout_create_error(NULL,
Expand Down

0 comments on commit cd12b23

Please sign in to comment.