]> git.ozlabs.org Git - petitboot/blobdiff - ui/twin/pbt-scr.c
Add UI option --dry-run
[petitboot] / ui / twin / pbt-scr.c
index 8d6c498ec710cf1a38a0f7552d81930b8d8beef0..3d10b9590a8c6e783fb603722f53d2781c39d864 100644 (file)
@@ -180,7 +180,7 @@ twin_pixmap_t *pbt_background_load(twin_screen_t *tscreen,
 const char *pbt_icon_chooser(const char *hint)
 {
        if (strstr(hint, "net"))
 const char *pbt_icon_chooser(const char *hint)
 {
        if (strstr(hint, "net"))
-               return PB_ARTWORK_PATH "/network.png";
+               return PB_ARTWORK_PATH "/network-wired.png";
 
        return NULL;
 }
 
        return NULL;
 }