plugingui: Use full path when unloading/reloading plugins

Mentioned in mniip/hexchat-lua#5
This commit is contained in:
Patrick Griffis
2016-03-29 12:19:19 -04:00
parent 60b3b43f3e
commit dce6a7612a
2 changed files with 10 additions and 5 deletions

View File

@@ -685,6 +685,8 @@ gtkutil_treeview_new (GtkWidget *box, GtkTreeModel *model,
attr, col_id, NULL);
}
gtk_tree_view_append_column (GTK_TREE_VIEW (view), col);
if (title == NULL)
gtk_tree_view_column_set_visible (col, FALSE);
}
va_end (args);