~ubuntu-branches/ubuntu/oneiric/monodevelop/oneiric

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/AddinUpdateHandler.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-07-05 13:00:05 UTC
  • mfrom: (1.2.8 upstream) (1.3.9 experimental)
  • Revision ID: james.westby@ubuntu.com-20100705130005-d6hp4k5gcn1xkj8c
Tags: 2.4+dfsg-1ubuntu1
* debian/patches/remove_support_for_moonlight.patch,
  debian/patches/dont_add_moonlight_to_core_addins.patch,
  debian/control:
  + Enable support for Moonlight
* debian/rules:
  + Ensure Moonlight addin isn't shipped in main MonoDevelop package by
    mistake

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
//
28
28
 
29
29
using System;
30
 
using System.Collections;
31
 
using System.IO;
32
30
using System.Threading;
33
31
 
34
32
using Gtk;
35
33
 
36
34
using MonoDevelop.Core;
37
 
using Mono.Addins;
38
35
using Mono.Addins.Setup;
39
36
using Mono.Addins.Gui;
40
 
using MonoDevelop.Core.Gui;
41
 
using MonoDevelop.Core.Gui.Dialogs;
42
 
using MonoDevelop.Ide.Gui.Dialogs;
43
37
using MonoDevelop.Components.Commands;
44
38
using MonoDevelop.Core.ProgressMonitoring;
45
 
using MonoDevelop.Core.Gui.ProgressMonitoring;
 
39
using MonoDevelop.Ide.ProgressMonitoring;
46
40
 
47
41
namespace MonoDevelop.Ide.Gui
48
42
{
50
44
        {
51
45
                public static AggregatedProgressMonitor UpdateMonitor;
52
46
                AddinRepositoryEntry[] updates;
53
 
                static MonoDevelopStatusBar.StatusIcon updateIcon;
 
47
                static StatusBarIcon updateIcon;
54
48
                
55
49
                public static void HideAlert ()
56
50
                {