statusicon: Fix folder icon typo

This commit is contained in:
Hylke Bons 2016-06-07 08:15:49 -07:00 committed by Hylke Bons
parent 648fe19749
commit b45b4c8165

View file

@ -143,7 +143,7 @@ namespace SparkleShare {
SparkleMenuItem item = new SparkleMenuItem (project.Name); SparkleMenuItem item = new SparkleMenuItem (project.Name);
Gdk.Pixbuf folder_icon; Gdk.Pixbuf folder_icon;
folder_icon = UserInterfaceHelpers.GetIcon ("folders", 16); folder_icon = UserInterfaceHelpers.GetIcon ("folder", 16);
item.Submenu = new Menu (); item.Submenu = new Menu ();