grim/guifications2

f6740c94c079
Parents c274052e808b
Children 6cb06303dd22
as my comment says, there's no point offering to save a theme for a node
that won't be saved
--- a/src/gf_blist.c Tue Jun 05 17:01:16 2007 -0400
+++ b/src/gf_blist.c Thu Jun 14 02:38:32 2007 -0400
@@ -232,6 +232,11 @@
gf_blist_drawing_menu_cb(PurpleBlistNode *node, GList **menu) {
PurpleMenuAction *action;
+ /* there's no point offering to save a theme for a node that
+ * won't be saved */
+ if (purple_blist_node_get_flags(node) & PURPLE_BLIST_NODE_FLAG_NO_SAVE)
+ return;
+
/* theres no way to get the name of a chat yet so we don't support
* them yet.
*/