Initialize app icon index to 0

This commit is contained in:
Kevin Sawicki 2016-11-28 14:26:30 -08:00
parent b305020c1d
commit fff59271af

View file

@ -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;