Created
February 4, 2014 17:17
-
-
Save extrawurst/8808170 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WARNING [2014-02-04 18:14:55Z]: GLib-GObject-Warning: Attempt to add property __gtksharp_61_MonoDevelop_Ide_Gui_Components_ExtensibleTreeView+2bCustomCellRendererText::show-popup-button after class was initialised | |
Stack trace: | |
bei GLib.Object.gtksharp_register_property(IntPtr type, IntPtr name, IntPtr nick, IntPtr blurb, UInt32 property_id, IntPtr property_type, Boolean can_read, Boolean can_write) | |
bei GLib.Object.AddProperties(GType gtype, Type t) | |
bei GLib.Object.RegisterGType(Type t) | |
bei GLib.Object.LookupGType(Type t) | |
bei GLib.Object.LookupGType() | |
bei GLib.Object.CreateNativeObject(String[] names, Value[] vals) | |
bei Gtk.Object.CreateNativeObject(String[] names, Value[] vals) | |
bei Gtk.CellRendererText..ctor() | |
bei MonoDevelop.Ide.Gui.Components.ExtensibleTreeView.CustomCellRendererText..ctor(ExtensibleTreeView parent) | |
bei MonoDevelop.Ide.Gui.Components.ExtensibleTreeView.Initialize(NodeBuilder[] builders, TreePadOption[] options, String contextMenuPath) | |
bei MonoDevelop.Ide.Gui.Pads.TreeViewPad.Initialize(NodeBuilder[] builders, TreePadOption[] options, String contextMenuPath) | |
bei MonoDevelop.Ide.Gui.Pads.SolutionPad.Initialize(NodeBuilder[] builders, TreePadOption[] options, String contextMenuPath) | |
bei MonoDevelop.Ide.Gui.Pads.ProjectPad.ProjectSolutionPad.Initialize(NodeBuilder[] builders, TreePadOption[] options, String contextMenuPath) | |
bei MonoDevelop.Ide.Codons.SolutionPadCodon.<CreatePad>b__0() | |
bei MonoDevelop.Ide.Gui.Pads.TreeViewPad.Initialize(IPadWindow container) | |
bei MonoDevelop.Ide.Codons.PadCodon.InitializePadContent(IPadWindow window) | |
bei MonoDevelop.Ide.Gui.DefaultWorkbench.CreatePadContent(Boolean force, PadCodon padCodon, PadWindow window, DockItem item) | |
bei MonoDevelop.Ide.Gui.DefaultWorkbench.<>c__DisplayClassb.<AddPad>b__7(Object param0, EventArgs param1) | |
bei MonoDevelop.Components.Docking.DockItem.SetupContent(Object ob, EventArgs args) | |
bei System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) | |
bei System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) | |
bei System.Delegate.DynamicInvokeImpl(Object[] args) | |
bei GLib.Signal.ClosureInvokedCB(Object o, ClosureInvokedArgs args) | |
bei GLib.SignalClosure.Invoke(ClosureInvokedArgs args) | |
bei GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) | |
bei Gtk.Widget.gtk_widget_show(IntPtr raw) | |
bei Gtk.Widget.Show() | |
bei MonoDevelop.Components.Docking.DockGroup.SizeAllocate(Rectangle newAlloc) | |
bei MonoDevelop.Components.Docking.DockGroup.SizeAllocate(Rectangle newAlloc) | |
bei MonoDevelop.Components.Docking.DockLayout.SizeAllocate(Rectangle rect) | |
bei MonoDevelop.Components.Docking.DockContainer.OnSizeAllocated(Rectangle rect) | |
bei Gtk.Widget.sizeallocated_cb(IntPtr widget, IntPtr allocation) | |
bei Gtk.Widget.gtksharp_widget_base_size_allocate(IntPtr widget, IntPtr allocation) | |
bei Gtk.Widget.OnSizeAllocated(Rectangle allocation) | |
bei MonoDevelop.Components.Docking.DockFrame.OnSizeAllocated(Rectangle allocation) | |
bei Gtk.Widget.sizeallocated_cb(IntPtr widget, IntPtr allocation) | |
bei Gtk.Widget.gtksharp_widget_base_size_allocate(IntPtr widget, IntPtr allocation) | |
bei Gtk.Widget.OnSizeAllocated(Rectangle allocation) | |
bei MonoDevelop.Ide.Gui.WorkbenchWindow.OnSizeAllocated(Rectangle allocation) | |
bei Gtk.Widget.sizeallocated_cb(IntPtr widget, IntPtr allocation) | |
bei Gtk.Application.gtk_main() | |
bei Gtk.Application.Run() | |
bei MonoDevelop.Ide.IdeApp.Run() | |
bei MonoDevelop.Ide.IdeStartup.Run(MonoDevelopOptions options) | |
bei MonoDevelop.Ide.IdeStartup.Main(String[] args) | |
bei Xamarin.Startup.MainClass.Main(String[] args) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment