~bratsche/ubuntu/maverick/monodevelop/disable-appmenu

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.GtkCore/libsteticui/AssemblyWidgetLibrary.cs

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ebner
  • Date: 2009-03-17 17:55:55 UTC
  • mfrom: (1.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20090317175555-2w5qbmu0l5maq6fq
Tags: 1.9.3+dfsg-1ubuntu1
* FFe for Monodevelop 2 granted by motu-release team :)
* Merge from Debian Unstable , remaining Ubuntu changes:
  + debian/control:
    - Update for Gnome# 2.24

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
                                
127
127
                                ManifestResourceInfo res = depasm.GetManifestResourceInfo ("objects.xml");
128
128
                                if (res != null)
129
 
                                        list.Add (depasm.FullName);
 
129
                                        list.Add (depasm.Location);
130
130
                        }
131
131
                }
 
132
                
 
133
                public override void Flush ()
 
134
                {
 
135
                        base.Flush ();
 
136
                        if (resolver != null)
 
137
                                resolver.ClearCache ();
 
138
                }
132
139
        }
133
140
        
134
141
}