X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/73f1b9f30c98dc525a5b6a540f6f135855d640a0..54abef2bc0bbe4a578a2533239ef88e256e0a8b1:/disobedience/properties.c diff --git a/disobedience/properties.c b/disobedience/properties.c index aff768e..d306b56 100644 --- a/disobedience/properties.c +++ b/disobedience/properties.c @@ -185,7 +185,7 @@ void properties(int ntracks, const char **tracks) { } assert(properties_table == 0); if(ntracks > INT_MAX / NPREFS) { - popup_error("Too many tracks selected"); + popup_msg(GTK_MESSAGE_ERROR, "Too many tracks selected"); return; } /* Create a new properties window */