~ubuntu-branches/ubuntu/wily/docky/wily-proposed

« back to all changes in this revision

Viewing changes to StandardPlugins/NetworkManager/src/NetworkManagerDocklet.cs

  • Committer: Bazaar Package Importer
  • Author(s): Rico Tzschichholz
  • Date: 2011-02-11 12:57:08 UTC
  • mfrom: (10.1.5 experimental)
  • Revision ID: james.westby@ubuntu.com-20110211125708-ka88sz8ac9px1fcy
Tags: 2.0.11-2
Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
                
75
75
                void ReDraw ()
76
76
                {
77
 
                        Gtk.Application.Invoke (delegate {
 
77
                        DockServices.System.RunOnMainThread (delegate {
78
78
                                Icon = SetDockletIcon ();
79
79
                                QueueRedraw ();
80
80
                        });