chiark / gitweb /
Set edit menu sensitivity when it is shown rather than when we change tab.
[disorder] / disobedience / queue-generic.c
index e6971ab60d487b77c3f05d69e618b0d7af6a4691..9c9e549ff2db9f31f6489097e91d6fdd11536f83 100644 (file)
@@ -495,8 +495,6 @@ void ql_new_queue(struct queuelike *ql,
   ql->q = newq;
   /* Set the rest of the columns in new rows */
   ql_update_list_store(ql);
-  /* Update menu sensitivity */
-  menu_update(-1);
   --suppress_actions;
 }