Initialize app icon index to 0
This commit is contained in:
parent
b305020c1d
commit
fff59271af
1 changed files with 1 additions and 1 deletions
|
@ -714,7 +714,7 @@ bool Window::SetThumbnailToolTip(const std::string& tooltip) {
|
|||
void Window::SetAppDetails(const mate::Dictionary& options) {
|
||||
base::string16 app_id;
|
||||
base::FilePath app_icon_path;
|
||||
int app_icon_index;
|
||||
int app_icon_index = 0;
|
||||
base::string16 relaunch_command;
|
||||
base::string16 relaunch_display_name;
|
||||
|
||||
|
|
Loading…
Reference in a new issue