diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2020-01-09 22:54:59 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2020-01-09 23:11:29 (GMT) |
commit | c0528230469b10d606b9d1fa66a18696b2584fed (patch) | |
tree | a9ce71e300eba736cd31f3f45b1752618a39c04d /src/gui/tb | |
parent | 43f249445c9c69b9eabeea8be08b6b55a474f1fc (diff) |
Updated the Python documentation for GUI items.
Diffstat (limited to 'src/gui/tb')
-rw-r--r-- | src/gui/tb/portions.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/tb/portions.c b/src/gui/tb/portions.c index a8eb606..af7fc6c 100644 --- a/src/gui/tb/portions.c +++ b/src/gui/tb/portions.c @@ -241,6 +241,8 @@ static void change_portions_tbitem_current_content(GEditorItem *item, GLoadedCon else gtk_widget_hide(GTK_WIDGET(widget)); + g_object_unref(G_OBJECT(widget)); + } |