Bug#761941: xchat: Allow selection/removal of multiple networks at once from Network List dialog

2014-09-17 Thread jessetaylor84
Bart -- I feel like there are probably many users who might want to remove more than one network at a time, for a variety of reasons. However, I understand why you're closing it as WONTFIX and that upstream is probably the best place to deal with this (I had suspected this, but wasn't sure abo

Bug#761941: xchat: Allow selection/removal of multiple networks at once from Network List dialog

2014-09-17 Thread jessetaylor84
Looking at the sources for xchat, you can see that the Network List dialog is in src/fe-gtk/servlistgui.c It is represented as a GtkTreeSelection object [1] ... All we would need to do to enable multiple selections is to use the gtk_tree_selection_set_mode() [2] method and set it to GTK_SELECT

Bug#761941: xchat: Allow selection/removal of multiple networks at once from Network List dialog

2014-09-17 Thread jessetaylor84
Thanks Bart - That is very helpful; and yes it is sufficient for me. However, I think that from a usability perspective it would still be helpful to enable users to do this via the GUI in the Network List dialog instead of having to edit config files by hand. Most non-technical desktop users