Bug 393351 - [ GTK3 ] error: object class `SwtFixed' has no property named `hadjustment' when destroy widget
Summary: [ GTK3 ] error: object class `SwtFixed' has no property named `hadjustment' w...
Status: CLOSED DUPLICATE of bug 393156
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 340067
  Show dependency tree
 
Reported: 2012-11-01 12:07 EDT by Anatoly Spektor CLA
Modified: 2012-11-02 10:29 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anatoly Spektor CLA 2012-11-01 12:07:13 EDT
This error is triggered when widget is getting destroyed:

(SWT:23894): GLib-GObject-WARNING **: g_object_set_valist: object class `SwtFixed' has no property named `hadjustment'


In code it is triggered after executing of this:

Widget.destroyWidget() -> 	OS.gtk_widget_destroy (topHandle); line 443
Comment 1 Anatoly Spektor CLA 2012-11-01 12:29:08 EDT
(In reply to comment #0)
> This error is triggered when widget is getting destroyed:
> 
> (SWT:23894): GLib-GObject-WARNING **: g_object_set_valist: object class
> `SwtFixed' has no property named `hadjustment'
> 
> 
> In code it is triggered after executing of this:
> 
> Widget.destroyWidget() -> 	OS.gtk_widget_destroy (topHandle); line 443

To make things clearer I want to clarify that this is a warning not an error, sorry for confusion!
Comment 2 Silenio Quarti CLA 2012-11-02 10:29:19 EDT

*** This bug has been marked as a duplicate of bug 393156 ***