@eht16 commented on this pull request.
> @@ -142,19 +142,18 @@ void tpage_pack_widgets(gboolean tabbed)
GList *children = gtk_container_get_children(GTK_CONTAINER(tab_target));
if (children)
{
- int i;
-
- oldroot = (GtkWidget*)children->data;
+ GtkWidget **widget_ref = NULL;
Done in 516277c184f2019e2e504f1d598b008cb6695358.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1017#discussion_r511351225