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

« back to all changes in this revision

Viewing changes to src/addins/MacPlatform/Dialogs/MacOpenFileDialogHandler.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:
141
141
                                if (box.Count > 0) {
142
142
                                        box.Layout ();
143
143
                                        panel.AccessoryView = box.View;
144
 
                                        box.Layout (box.View.Superview.Frame.Size);
145
144
                                }
146
145
                                
147
146
                                panel.SelectionDidChange += delegate(object sender, EventArgs e) {
158
157
                                                                closeSolutionButton.Hidden = false;
159
158
                                                        slnViewerSelected = true;
160
159
                                                }
161
 
                                                box.Layout (box.View.Superview.Frame.Size);
 
160
                                                box.Layout ();
162
161
                                        } 
163
162
                                        if (encodingSelector != null)
164
163
                                                encodingSelector.Enabled = !slnViewerSelected;