~ubuntu-branches/ubuntu/gutsy/monodevelop/gutsy

« back to all changes in this revision

Viewing changes to Extras/MonoDevelop.GtkCore/MonoDevelop.GtkCore/WidgetFileDescriptionTemplate.cs

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2007-07-16 13:29:54 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070716132954-pzjpp1tbvotxw30v
Tags: 0.14+dfsg-1ubuntu1
* Sync with Debian, remaining changes:
  + debian/control:
    - Build depend on firefox-dev, depend on firefox.
    - Adjust Maintainer field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
                                XmlDocument doc = new XmlDocument ();
105
105
                                doc.LoadXml (content);
106
106
                                
107
 
                                Stetic.WidgetComponent w = gproject.AddNewComponent (doc.DocumentElement);
 
107
                                Stetic.WidgetInfo w = gproject.AddNewComponent (doc.DocumentElement);
108
108
                                gproject.Save (false);
109
109
                                
110
110
                                if (!w.IsWindow)