mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
plugingui: Use full path when unloading/reloading plugins
Mentioned in mniip/hexchat-lua#5
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user