FileFind.Meshwork.GtkClient.Windows.PreferencesDialog.clearItem_Activated C# (CSharp) Method

clearItem_Activated() private method

private clearItem_Activated ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void
        private void clearItem_Activated(object o, EventArgs args)
        {
            //avatarImage.Pixbuf = null;
            avatarImage.Pixbuf = new Gdk.Pixbuf (null, "FileFind.Meshwork.GtkClient.avatar-generic-large.png");
            avatarImage.Sensitive = false;
        }