diff options
Diffstat (limited to 'src/ink-comboboxentry-action.cpp')
| -rw-r--r-- | src/ink-comboboxentry-action.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ink-comboboxentry-action.cpp b/src/ink-comboboxentry-action.cpp index 6b5266709..ad9f775c4 100644 --- a/src/ink-comboboxentry-action.cpp +++ b/src/ink-comboboxentry-action.cpp @@ -569,7 +569,7 @@ void ink_comboboxentry_action_popup_disable( Ink_ComboBoxEntry_Action* action ) action->popup = false; if( action->entry_completion ) { - gtk_object_destroy( GTK_OBJECT( action->entry_completion ) ); + gtk_widget_destroy(GTK_WIDGET(action->entry_completion)); action->entry_completion = 0; } } |
