Use the winlist icon in the dialog also.

SVN revision: 31069
This commit is contained in:
Christopher Michael 2007-07-29 03:53:36 +00:00
parent e49ca978d9
commit 5a5ea782cb
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ e_int_config_clientlist(E_Container *con, const char *params __UNUSED__)
cfd = e_config_dialog_new(con, _("Client List Settings"), "E",
"_config_clientlist_dialog",
"enlightenment/windows", 0, v, NULL);
"enlightenment/winlist", 0, v, NULL);
return cfd;
}