Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Smith <jassmith@gmail.com>2012-09-25 01:34:43 +0400
committerJason Smith <jassmith@gmail.com>2012-09-25 01:34:43 +0400
commit070d96a7fcec52f53cdac8dfcad81a68dc66089e (patch)
tree96cd28fccc660d5c0dbcdaf6e348b92cac726a09 /main/src/core/MonoDevelop.Ide/branding
parent6c4253379e941cbd2491bc9e711b86fd9741a2fe (diff)
[UIRefresh] Implement YoutubeFeed for welcome page and hook it up to Xamarin Seminars.
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/branding')
-rw-r--r--main/src/core/MonoDevelop.Ide/branding/WelcomePageContent.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/branding/WelcomePageContent.xml b/main/src/core/MonoDevelop.Ide/branding/WelcomePageContent.xml
index dba5225730..b0ca9638c3 100644
--- a/main/src/core/MonoDevelop.Ide/branding/WelcomePageContent.xml
+++ b/main/src/core/MonoDevelop.Ide/branding/WelcomePageContent.xml
@@ -15,6 +15,9 @@
<Column minWidth="200">
<NewsFeed _title="Xamarin News" src="http://software.xamarin.com/Service/News" id="NewsLinks" />
</Column>
+ <Column minWidth="200">
+ <Youtube _title="Xamarin Seminars" src="http://www.youtube.com/rss/user/XamarinHQ/videos.rss" id="XamarinSeminars" limit="4" />
+ </Column>
</Row>
</Column>
</WelcomePage>