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

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Ide/MonoDevelop.Components.Commands/CommandManager.cs

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2011-09-10 14:24:16 UTC
  • mfrom: (1.8.2 upstream) (1.3.13 experimental)
  • Revision ID: package-import@ubuntu.com-20110910142416-hibzz1tc5fh423bx
Tags: 2.6+dfsg-1
* [7c7e1e1] Update watch file to point to Xamarin-hosted MonoDevelop.
* [c1bd155] Imported Upstream version 2.6+dfsg
* [9b44935] Disable Ubuntu Appmenu for monodevelop (thanks bratsche) (LP: #606470)
* [21473bc] Refresh system nunit patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1090
1090
                        lastFocused = newFocused;
1091
1091
                        UpdateAppFocusStatus (hasFocus, lastFocusedExists);
1092
1092
                        
1093
 
                        if (win.IsRealized) {
 
1093
                        if (win != null && win.IsRealized) {
1094
1094
                                RegisterTopWindow (win);
1095
1095
                                return win;
1096
1096
                        }